kadoshms / ionic2-autocomplete

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

I got a problem when long press select list item #101

Closed yamazakir closed 7 years ago

yamazakir commented 7 years ago

Hello , Guys I got a problem when I long press the select item at the select list. it became a empty label with all selection. I upload a screen shot (In the bottom of the link) , May someone help me. thx a lot !

https://drive.google.com/file/d/0B7bECK0ICNNaa1JCZzdNTzdhejQ/view?usp=sharing

my component code : <ion-auto-complete [dataProvider]="selectionFilterService" [options]="{ placeholder : 'enter...' }"

searchbar (ionAutoInput)="setPostalCode();" (itemSelected)="setPostalCode();"

padding-right clearInput="false" type="text"