问题
Do any have the latest working solution for Autocomplete? I tried above steps but nothing is visible on screen
Appreciate your answer and help!
I tried this steps but nothing worked or visible on screen...
The array of items:
var item:Array<string> = ['1','2','3','4']
and in the HTML of the component:
<StackLayout>
<AutoComplete [items]="item" itemTap="itemTapped($event)"> </AutoComplete>
</StackLayout>
-Regards
回答1:
I have been able to create something, It's not a plugin, just a piece of code you can include in your project. I tested on tns-android 3.1.1 and tns-core-modules @ 3.1.1. Not Check it on GitHub https://github.com/mbayi/nativescript-AutoComplete
来源:https://stackoverflow.com/questions/44169224/nativescript-autocomplete-not-visible