As [items] is containing an array of values that i believe have indexes those i want to retrieve so i can further use them. this is my html code for it. please help me find the index of selected value
<ionic-selectable
formControlName="broker"
name="broker"
[items]="brokersListNames"
[canSearch]="true"
(onChange)="brokerValue($event)">
</ionic-selectable>
7 posts - 2 participants