You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
typeahead-is-open does not update when typeahead closes from escape keydown. To reproduce this, simply type some text and the hit the escape key. The typeahead menu will close itself, but the variable bound to typeahead-is-open does not update. It updates twice after being reopened with new inputs.
Bug description:
typeahead-is-open
does not update when typeahead closes from escape keydown. To reproduce this, simply type some text and the hit the escape key. The typeahead menu will close itself, but the variable bound totypeahead-is-open
does not update. It updates twice after being reopened with new inputs.Link to minimally-working plunker that reproduces the issue: http://plnkr.co/edit/7RdEQhwudXOA6JkPkTsH?p=preview
Version of Angular, UIBS, and Bootstrap
Angular: 1.4.7, 1.5.0
UIBS: 1.2.1 (with templates)
Bootstrap: 3.3.6
The text was updated successfully, but these errors were encountered: