ng2-ui / auto-complete

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

Don't show the autocomplete list when the textbox is empty #331

Closed japolonio closed 6 years ago

japolonio commented 6 years ago

Hi, is there a way that autocomplete list will not show when the textbox is empty?

Steps to reproduce and a minimal demo

Current behavior

Expected/desired behavior

Other information

dsantanac commented 6 years ago

option: min-chars="1"