I have a autocomplete kendo control which I use with Angular, its working as expected but I don't want to show the "NO DATA FOUND" list when there are no records match the text that the user enter.
I find the option k-no-data-template but this set the template in case no data was found.
Basically I want to show the list only if there are match results.