kadoshms / ionic2-autocomplete

Ionic 2 autocomplete component
MIT License
149 stars 108 forks source link

Show all results if nothing is typed #98

Closed HugoHeneault closed 7 years ago

HugoHeneault commented 7 years ago

Could we get the whole list of items if nothing is typed in the list?

Thanks!

kadoshms commented 7 years ago

This is available in 1.5.2-release - just add [showResultsFirst]="true" and the results will appear when focusing the input.

HugoHeneault commented 7 years ago

Really nice! Thanks :)