To make DropDown consistent with other NativeScript UI elements, it would be great if there were support for a isEnabled property.
When isEnabled is false the DropDown should A) not open when tapped, and B) display the label in a disabled state. isEnabled should be true by default.
To make DropDown consistent with other NativeScript UI elements, it would be great if there were support for a
isEnabledproperty.When
isEnabledisfalsethe DropDown should A) not open when tapped, and B) display the label in a disabled state.isEnabledshould betrueby default.