AssistoLab / DropDown

A Material Design drop down for iOS
MIT License
2.44k stars 622 forks source link

Index Issue if same string in Array list #258

Open krunal545 opened 4 years ago

krunal545 commented 4 years ago

I found issue when if array string have multiple value. Let say I have array something like

["Mumbai","Icchapuram","Idaikal","Indore","Indore"]

you can check Indore is two times in array. Index 3 and index 4 . When I select first Indore I get index 3. Completely okay no any issue.

Now if I select 2nd Indore in drop down I get the same I get same index 3. Which must be return me Index 4 instead of Index 3.