PeterStaev / NativeScript-Drop-Down

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

DropDown Item Selected #238

Closed priyansh360 closed 4 years ago

priyansh360 commented 4 years ago

HI , Can you please tell me , if i can able to change the selected text from the drop to show when DropDown is closed. Example: If dropdown has first & lastname, on Selected i want to display only first name as selected item

PeterStaev commented 4 years ago

Hey @priyansh360 , the drop down doesnt support such behavior. Just like a normal HTML drop down whatever is in the drop down popup, this is what the selected value would be.

priyansh360 commented 4 years ago

okay , Thanks @PeterStaev