From 7f867b7f4e3055ff20f32fbc1524162e3cacbee3 Mon Sep 17 00:00:00 2001 From: Peter Staev Date: Sat, 24 Jun 2017 20:29:02 +0300 Subject: [PATCH] version bump and readme update --- README.md | 3 +++ demo/package.json | 6 +++--- package.json | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1a768ec..4eb0eb9 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,9 @@ Gets or sets the selected index of the DropDown. * **hint** - *String* Gets or sets the hint for the DropDown. +* **isEnabled** - *boolean* +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. + * **accessoryViewVisible** - *boolean* (Default: true) Gets/sets whether there will be an accessory view (toolbar with Done button) under iOS. Valid only when running on iOS. diff --git a/demo/package.json b/demo/package.json index f15e4ac..577fd23 100644 --- a/demo/package.json +++ b/demo/package.json @@ -1,11 +1,11 @@ { "nativescript": { "id": "com.tangrainc.dropdownsample", - "tns-ios": { - "version": "3.0.1" - }, "tns-android": { "version": "3.0.0" + }, + "tns-ios": { + "version": "3.0.1" } }, "scripts": { diff --git a/package.json b/package.json index bf73ab8..4414a37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-drop-down", - "version": "3.0.2", + "version": "3.1.0", "description": "A NativeScript DropDown widget.", "main": "drop-down", "typings": "drop-down.d.ts",