I'm working with angular and kendo, I use kendo combobox to display some value as here.
I want to hide the popup when no data match, but I cannot do that.
Please help me.
I'm working with angular and kendo, I use kendo combobox to display some value as here.
I want to hide the popup when no data match, but I cannot do that.
Please help me.
Copyright © 2021 Jogjafile Inc.
you have to use
[combobox.toggle()][1]in filter function whendata.lengthis zero andcombobox.isOpenis falseTemplate
component
this is full example