nativescript-autocomplete icon indicating copy to clipboard operation
nativescript-autocomplete copied to clipboard

Add the hint property as in TextField

Open seros00 opened this issue 8 years ago • 1 comments
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.

seros00 avatar Feb 17 '17 19:02 seros00

Hi @triniwiz, can i use the hint property with 'AutoComplete' in nativescript? as like given below: <AutoComplete hint="+91" style.placeholderColor="white"></AutoComplete>

himanshu331 avatar Mar 30 '17 13:03 himanshu331