NativeScript-Drop-Down
NativeScript-Drop-Down copied to clipboard
A NativeScript DropDown widget.
When using the drop-down on android the font is squeezed to a small size in the top left hand corner of the drop down. The select items font size is...
This is related to issue #258, which was concerning iOS 15 physical devices crashing due to the UIApplication.sharedApplication.keyWindow being null intermittently. Now that that is fixed, on first launch of...
Hello! I am using nativescript-vue and I want to show long strings of text as items of my dropdown but I can't use "overflow-wrap" or "textWrap='true'". Is there any alternative...
Can we add a disabled property on items?
See https://play.nativescript.org/?template=play-ng&id=gQsYAX. After creating the form and setting its value, the TextField is still pristine, but the DropDown is dirty
Hi! is there a way to add an accessibility id to the dropdown in order to perform automatic tests with appium? thanks!
Dropdown is functioning properly but it stops working for below scenario. It does not give any error also so it is strange to find the root cause. 1. Open the...
I'm using DropDown in angular application. I've successfully provided values using `ValueList`. Then I've created ReactiveForm and attached `formControlName` to `DropDown` component. Unfortunately form is updated with selected index instead...
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...