sengirab/ngAutocomplete

kicks in only if 2+ characters typed

Shilpaka6 opened this issue · 1 comments

don't open drop down on focus. After enter 2 characters should open based on match

You could subscribe to the input eventListener and open or close the dropdown yourself, if this is a problem.