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

Preserve TextView text property with binding

Open ryc16 opened this issue 8 years ago • 4 comments

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

ryc16 avatar Oct 17 '16 18:10 ryc16

I'll take a look at enhancing it

triniwiz avatar Oct 17 '16 18:10 triniwiz

@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.

ryc16 avatar Oct 18 '16 14:10 ryc16

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 avatar Oct 26 '16 18:10 Warra07

@Warra07 , @ryc16 can you get the text inserted by the user that is not on the list?

shiamalon avatar May 23 '17 09:05 shiamalon