File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,9 @@ Gets or sets the selected index of the DropDown.
57
57
* ** hint** - * String*
58
58
Gets or sets the hint for the DropDown.
59
59
60
+ * ** isEnabled** - * boolean*
61
+ Gets or sets whether the drop down is enabled. If you want to apply a specific style you can use the ` :disabled ` pseudo css selector.
62
+
60
63
* ** accessoryViewVisible** - * boolean* (Default: true)
61
64
Gets/sets whether there will be an accessory view (toolbar with Done button) under iOS. Valid only when running on iOS.
62
65
Original file line number Diff line number Diff line change 1
1
{
2
2
"nativescript" : {
3
3
"id" : " com.tangrainc.dropdownsample" ,
4
- "tns-ios" : {
5
- "version" : " 3.0.1"
6
- },
7
4
"tns-android" : {
8
5
"version" : " 3.0.0"
6
+ },
7
+ "tns-ios" : {
8
+ "version" : " 3.0.1"
9
9
}
10
10
},
11
11
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nativescript-drop-down" ,
3
- "version" : " 3.0.2 " ,
3
+ "version" : " 3.1.0 " ,
4
4
"description" : " A NativeScript DropDown widget." ,
5
5
"main" : " drop-down" ,
6
6
"typings" : " drop-down.d.ts" ,
You can’t perform that action at this time.
0 commit comments