Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, 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!

0
Votes

Unable to remove the selected value on input when allowObjectBinding is enabled

 

Sample: https://ej2.syncfusion.com/react/demos/#/tailwind3/multi-select/object-value-binding


Replication procedure:


  • Run the sample
  • Select any one value
  • And focusout the component
  • and remove the value using backspace key or chip clear icon or clear icon
  • You can see the issue

Actual : Unable to remove the selected value on input when allowObjectBinding is enabled
Expected: Value should be removed properly in all cases