Skip to content

Commit 01d21e6

Browse files
committed
2 parents 4b3eb30 + b33a6c1 commit 01d21e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# NativeScript DropDown widget
22
[![Build Status](https://travis-ci.org/PeterStaev/NativeScript-Drop-Down.svg?branch=master)](https://travis-ci.org/PeterStaev/NativeScript-Drop-Down)
3-
[![npm downloads](https://img.shields.io/npm/dm/nativescript-drop-down.svg?maxAge=2592000)](https://www.npmjs.com/package/nativescript-drop-down)
4-
[![npm](https://img.shields.io/npm/v/nativescript-drop-down.svg?maxAge=2592000)](https://www.npmjs.com/package/nativescript-drop-down)
3+
[![npm downloads](https://img.shields.io/npm/dm/nativescript-drop-down.svg)](https://www.npmjs.com/package/nativescript-drop-down)
4+
[![npm](https://img.shields.io/npm/v/nativescript-drop-down.svg)](https://www.npmjs.com/package/nativescript-drop-down)
55

66
A NativeScript DropDown widget. The DropDown displays items from which the user can select one. For iOS it wraps up a [UITextField](https://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UITextField_Class/index.html) with an `inputView` set to an [UIPickerView](https://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UIPickerView_Class/index.html) which displays the items. For Android it wraps up the [Spinner](http://developer.android.com/reference/android/widget/Spinner.html) widget.
77

0 commit comments

Comments
 (0)