Closed parthustad closed 7 years ago
@kadoshms Am interested in this too. How do i initiate a function call for example after user clicks a result.
Thanks
<ion-auto-complete [dataProvider]="completeTestService" (itemSelected)="itemSelected($event)"></ion-auto-complete>
You can use the getSelection()
method.
How to get selected item properties on button click?
how to allow item to be selected from only list?