Nativescript AutoComplete not visible

送分小仙女□ 提交于 2019-12-25 09:43:57

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!