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

Preventing default load of lists on click of auto complete text box #280

Closed mailmrmanoj closed 6 years ago

mailmrmanoj commented 6 years ago

Is there any way to make ng1-ui/auto-complete to behave as normal text box until I type to see the list of suggestions. Like Autocomplete Directive Test - Observable Source ie.,hide the dropdown initially

allenhwkim commented 6 years ago

Yes, possible, but not implemented yet. We need to introduce a new property. e.g, show-dropdown-on-focus with value of true or false.

mailmrmanoj commented 6 years ago

Can we expect in the next release?

igorrius commented 6 years ago

Fixed in https://github.com/ng2-ui/auto-complete/pull/283

mailmrmanoj commented 6 years ago

Thanks