Skip to content

Commit

Permalink
version bump and readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterStaev committed Jun 24, 2017
1 parent 79f65c7 commit 7f867b7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
6 changes: 3 additions & 3 deletions demo/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 7f867b7

Please sign in to comment.