AutoComplete Field and multiple selection

被刻印的时光 ゝ 提交于 2019-12-25 03:39:48

问题


I am developping in Xamarin IOS, I need a control that can support autocomplete as I type in and which can receive more than one data. I used to work with Telerik for Web Dev, and I want the control I am looking for to do the same thing as a RadAutoCompleteBox in Telerik would Do. Is there any control that can do that? Or Do I have to implement this myself in Xamarin IOS. if so, can I have a link or a tutorial that could help me with that?


回答1:


You could search the google first and you will find there are several duplicate questions already there.

Here are some links you can refer:

  1. syncfusion-autocomplete

    The tutorial is here :sfautocomplete/overview

  2. In this thread, there are several suggestions.

  3. Here is also a CustomControl of AutoCompleteView Xamarin.CustomControls.AutoCompleteView

If you want to implement this yourself in Xamarin IOS. You can use Searchbar and get something like AutoCompleteView. Enter the text in the searchBar and put the search results in a tableview under the searchBar.



来源:https://stackoverflow.com/questions/54296637/autocomplete-field-and-multiple-selection

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