valor-software / ng2-select

Angular based replacement for select boxes
http://valor-software.github.io/ng2-select/
MIT License
675 stars 587 forks source link

Feature request - no autocomplete and input #918

Open anysite opened 6 years ago

anysite commented 6 years ago

we want ng2-select just to use select box, and to design it by css as we want (without all default browser css for select tag). So, the feature of input with auto complete is too much for us and add unanted problems (trigger keyboard on mobile, for example) What we need is noAutocomplete option, when true, the select is working without input. Attached PR, test passed

anysite commented 6 years ago

PR : #919