PeterStaev / nativescript-masked-text-field

:hash: A NativeScript Masked Text Field widget
Apache License 2.0
25 stars 24 forks source link

Support for hint #24

Closed brunoziie closed 6 years ago

brunoziie commented 6 years ago

Is it possible to add support for hint text and only apply mask when something is typed?

PeterStaev commented 6 years ago

This is already be possible. Simply set the property, which you have bound to null and set the hint as you would do with the built in TestField widget.

PeterStaev commented 6 years ago

No further response so closing this one for now. In case you still have problems, please provide more details.