Skip to content

Commit 7f867b7

Browse files
committed
version bump and readme update
1 parent 79f65c7 commit 7f867b7

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ Gets or sets the selected index of the DropDown.
5757
* **hint** - *String*
5858
Gets or sets the hint for the DropDown.
5959

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+
6063
* **accessoryViewVisible** - *boolean* (Default: true)
6164
Gets/sets whether there will be an accessory view (toolbar with Done button) under iOS. Valid only when running on iOS.
6265

demo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"nativescript": {
33
"id": "com.tangrainc.dropdownsample",
4-
"tns-ios": {
5-
"version": "3.0.1"
6-
},
74
"tns-android": {
85
"version": "3.0.0"
6+
},
7+
"tns-ios": {
8+
"version": "3.0.1"
99
}
1010
},
1111
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-drop-down",
3-
"version": "3.0.2",
3+
"version": "3.1.0",
44
"description": "A NativeScript DropDown widget.",
55
"main": "drop-down",
66
"typings": "drop-down.d.ts",

0 commit comments

Comments
 (0)