PeterStaev / NativeScript-Drop-Down

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

Can you type in the dropdown? #193

Open ll9 opened 5 years ago

ll9 commented 5 years ago

I would like to let the user decide wheter he wants to user a value from the dropdown or to type the text manually. When the user clicks on the text it should be editable, when he clicks on the arow the dropdown should appear. Is that possible with this plugin?

PeterStaev commented 5 years ago

Hey @ll9 , currently this is not supported.

ll9 commented 5 years ago

I see, that's a pity.

elMuso commented 5 years ago

you can implement a custom component using this plugin https://github.com/triniwiz/nativescript-popup , then just use a textfield, and an awwor, and in the press of the arrow just create a popup below the textfield . I´ve benn using both plugins, usign the popup to implement custom views, and the one when i only need a list