indrimuska / angular-selector

A native AngularJS directive that transform a simple <select> box into a full html select with typeahead.
http://indrimuska.github.io/angular-selector
MIT License
96 stars 36 forks source link

disableSearch is not stopping input #86

Open Alberto-Velez opened 7 years ago

Alberto-Velez commented 7 years ago

I am having trouble getting disableSearch to work.

rposborne commented 6 years ago

I am seeing the same thing on iOS, it looks like the input is used to capture input so it cannot just be hidden. Ng adds a read only attribute that we can hook on to but I have not figured out the combination needed to solve