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

Render the component with the refresh method. After selecting the value the clear icon click throws the script error.


Sample link: https://stackblitz.com/edit/1gmvfm?file=index.js,index.html


Replication procedure:

1. Run the sample with the breaking version (20.4.38)

2. Open the component popup and select any value.

3. Now clear the selected value using the clear icon

4. See the issue.

Expected: selected value should clear without a script error

Output: script error throws when clicking the clear icon.