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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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