nativescript-autocomplete
nativescript-autocomplete copied to clipboard
Add the hint property as in TextField
trafficstars
Hi @triniwiz. Very nice plugin. It would be interesting to add a hint property as in TextField:
<ac:AutoComplete hint="Enter your name" items="{{ list }}" itemTap="itemTapped"/>
Maybe extending the EditableTextBase class?
Thanks in advance.
Hi @triniwiz, can i use the hint property with 'AutoComplete' in nativescript? as like given below: <AutoComplete hint="+91" style.placeholderColor="white"></AutoComplete>