PeterStaev / NativeScript-Drop-Down

A NativeScript DropDown widget.
Apache License 2.0
105 stars 65 forks source link

Question; Select Itme by Display value #148

Closed HunterJS-bit closed 6 years ago

HunterJS-bit commented 6 years ago

Hello guys I have one quick question , How can I get Index of my item based on its Display value not by getIndex();

PeterStaev commented 6 years ago

Hey @markomiljkovic , this is not supported out of the box. So you will have to implement your own custom logic if you want to do it.

HunterJS-bit commented 6 years ago

Ok thanx for fast answer :)