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

Selection is not maintained properly after update the data dynamically

Sample: https://stackblitz.com/edit/react-wrps4erd-x5o68rdv?file=index.js,package.json


Steps to reproduce:

  1. Run the sample
  2. Search "c" and select the value "Contract Management"
  3. And click the Add button
  4. And open the popup and select "Project management"
  5. And focusout the component
  6. You can see the issue

 

Expected Behavior: Selected value should maintained properly on input

Actual Behavior:Selection is not maintained properly after update the data dynamically