-
Notifications
You must be signed in to change notification settings - Fork 1.8k
search-enabled=false breaks keyboard interaction on Safari #2005
Comments
I'm not sure this is limited to Safari. |
I try this one but I cannot reproduce it. (with angular 1.4.4 tested and latest ui-select)
Attempt 2:
Probably i'm doing something wrong though 😃 |
@Jefiozie What about using character navigation? Intuition leads me to believe pressing "T" should take you to the first item in the list that starts with "T". |
Ah that is what I was missing now I see what you mean. |
@Jefiozie That is correct. I'm unfamiliar with the code for this plugin, but let me know if there's anything I can do to get some momentum on getting this solved. |
same issue. not totally sure about the whole code. but after putting some breakpoints around, I finally figured that this lime is closing the dropdown again in uiSelectController.js's ctrl.activate function at line 167 |
Bug description:
Steps to reproduce
search-enabled=false
Expected
Actual
Link to minimally-working plunker that reproduces the issue:
http://angular-ui.github.io/ui-select/demo-disable-search.html
Version of Angular, UI-Select, and Bootstrap/Select2/Selectize CSS
UI-Select
Angular: ^1.4
UI-Select: 0.19.8
Bootstrap/Select2/Selectize CSS (if applicable): All
The text was updated successfully, but these errors were encountered: