Update AngularJS ng-model only on keypress enter?

前端 未结 3 920
梦谈多话
梦谈多话 2021-02-13 00:44

I have this input field I am using for a search:


There are man

3条回答
  •  生来不讨喜
    2021-02-13 01:09

    You can try adding ng-model-options="{updateOn : 'change blur'}" to your input tag. Should work.

提交回复
热议问题