kadoshms / ionic2-autocomplete

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

Need to empty value if type error #139

Open CeloGomesBR opened 6 years ago

CeloGomesBR commented 6 years ago

Hi, First: great component! Thanks!

The example is: If user select a valid item, then return to field and type 'sdf' (with no results), the getValue (and the formcontrol) still get the last valid item selected.

How can I empty this?

(sorry any english errors)