NativeScript-Drop-Down icon indicating copy to clipboard operation
NativeScript-Drop-Down copied to clipboard

Can you type in the dropdown?

Open ll9 opened this issue 6 years ago • 3 comments

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?

ll9 avatar Nov 11 '18 15:11 ll9

Hey @ll9 , currently this is not supported.

PeterStaev avatar Nov 11 '18 16:11 PeterStaev

I see, that's a pity.

ll9 avatar Nov 11 '18 20:11 ll9

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

elMuso avatar Nov 18 '18 22:11 elMuso