Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
While dynamically updating the query property with allow filtering doesn't get reflected in the component .
Sample : https://stackblitz.com/edit/dwbfxz?file=index.html
Replication procedure:
Issue :
1. Open the sample
2. Select any city in the dropdownlist
3. Now open Combobox and see the populated datasource
4. Then change the value in dropdown
5. Again open the combobox and see the popup.
Expected : Values must be changed in the combobox as per the city dropdown value
Output : values does not get changed in the combobox