ng2-ui / auto-complete

Angular Auto Complete component and directive
https://ng2-ui.github.io/dist/#/auto-complete
MIT License
279 stars 123 forks source link

how i can disable autocomplete? and use this as a simple select #314

Closed vicabelotelova closed 6 years ago

vicabelotelova commented 6 years ago

how i can disable autocomplete? and use this as a simple select

ndcunningham commented 6 years ago

@vicabelotelova the purpose of this control is for auto complete. If you need a simple select i would suggest using the default select tag.