This repository was archived by the owner on Oct 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Tagging token "ENTER" does not work in single mode #1173
Labels
Comments
+1 |
Please check this #972 |
Is it still open in 0.17? |
It is still open in 0.17.1: http://plnkr.co/edit/4qVRxMQrSmxsTLf4piYp?p=preview When |
Adding a parameter such as |
+1 |
1 similar comment
+1 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This issue can be produced in demo-tagging. When you input something which does not exists in the last "Tagging without multiple, with simple strings" no tagging label will be displayed and when you hit "ENTER" the input got cleared and model value is empty.
In "uiSelectCtrl" ctrl.searchInput 'keydown' event handle logic _handleDropDownSelection(key) is executed before new tagging item could be added and for "ENTER" since no item is selected _handleDropDownSelection will clear search input so no new tagging item. But other token like ',' can work although still new tagging item shows in search result.
The text was updated successfully, but these errors were encountered: