I'm actually doing a Kendo Autocomplete. But I have some problems. Like in this post Autocomplete with multiple keywords, I want to have multiple keywords. But seems impossible to me to do that with the Kendo Autocomplete, I tried a lot of solutions without success.
I can't have more of one keywords in my search bar. For example, with the word Apple in my dataSource, I want to be able to write "Ap pl Appl le", and Apple is proposed, because all this terms are in this word.
I already do that in jquery-ui but impossible to do that again in Kendo-ui.
Actually I have only a basic Autocomplete because I doesn't find solution, and I always go back to the base, so I have nothing special to show.
If you have solutions, I take it with pleasure !
Thanks, Q.Huet.
Edit : This is what I have with only jquery-ui and can't reproduce with Kendo autocomplete :