PeterStaev / NativeScript-Drop-Down

A NativeScript DropDown widget.
Apache License 2.0
105 stars 65 forks source link

How to SetPrompt ? #29

Closed adrienbusin closed 8 years ago

adrienbusin commented 8 years ago

Is it possible to setPrompt ? (this._android.setPrompt("Select your favorite ... ") )

Thanks a lot

PeterStaev commented 8 years ago

Hey @adrienbusin , setting the hint property does something similar, but not the exactly same.

Since setPrompt is android specific and there is no analogue in iOS I will not add this as a property to the widget. But nonetheless you can set it with the code you provided above.