nativescript-autocomplete
nativescript-autocomplete copied to clipboard
Preserve TextView text property with binding
Hi @triniwiz, nice plugin. I thought it is a textview and should have text property with binding. I try below but doesn't work.
<atv:AutoComplete text="{{ name }}" items="{{list}}" itemTap="itemTapped"/>
If text entered is not on the autocomplete list, I still want to capture the text user entered. This is very common case,
Does it currently support? If not, any workaround? can your enhance your plugin?
Regards
I'll take a look at enhancing it
@triniwiz, thank you. This is important. Without capturing the enter text, I can't use this plugin. Hope this could be ready real soon.
I also hope all textfield characteristic should be inherited to this.
same problem here, is there any solution ? the only alternative i found was using the itemtap property but it's not the best thing to do
@Warra07 , @ryc16 can you get the text inserted by the user that is not on the list?