optimistex / ngx-select-ex

Angular based replacement for select boxes
https://optimistex.github.io/ngx-select-ex/
MIT License
111 stars 42 forks source link

Search field #145

Closed LeonadoRivaldo closed 5 years ago

LeonadoRivaldo commented 5 years ago

I need to remove the search input field, it is possible to do that?

optimistex commented 5 years ago

@LeonadoRivaldo

[noAutoComplete] | boolean | false | Set to true Set to true to hide the search input. This option only applies to single-value inputs

LeonadoRivaldo commented 5 years ago

@optimistex Thanks man, that is going to save me alot of work, im my current project! :)