AngularJS: button focused -


i have few input fields , save button. 1 of field type-ahead functionality(tag-input). when pressing enter on keyboard when tag-input focused trigger save button.

it seems save button still focused if doing input in other element.

how can un-focus button angular?

the problem not button has focus, default behavior of enter key submit form. need answers this question.


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -