NativeScript-Drop-Down
NativeScript-Drop-Down copied to clipboard
Can you type in the dropdown?
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?
Hey @ll9 , currently this is not supported.
I see, that's a pity.
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