PeterStaev / NativeScript-Drop-Down

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

Array of string displayed incorrectly in iOS #72

Closed digitaltechconsult closed 7 years ago

digitaltechconsult commented 7 years ago

Hello,

I tried to use your control, but it seems there is an issue with iOS: the picker gets each letter as option, see the image below:

screen shot 2017-02-22 at 19 53 51

Can you help?

PeterStaev commented 7 years ago

Hey @eraser2021999 , I suspect you have incorrectly bound the control. Take a look at the demo project in this repo. There you can see how to correctly bind the control to an array of items.

PeterStaev commented 7 years ago

No response from user, closing this one for now. In case you still have problems, please reopen and provide more details.