How to implement incremental search on a list

前端 未结 7 2088
无人共我
无人共我 2021-02-06 04:52

I want to implement incremental search on a list of strings. Consider I have an array containing which contains the strings store,state,stamp,crawl,crow. My application has a te

7条回答
  •  死守一世寂寞
    2021-02-06 05:08

    Whoa...

    Just use the builtin AutoComplete functionality on the textbox. You can provide it with your list of words and it will do the matching for you.

提交回复
热议问题