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!

1
Vote

The value that is not present in the datasource is not being retrieved from the ref.current in react

Replication Procedure

  1. Run the sample
  2. Open the console
  3. See the initial value 

Expected : Only value in the data source is retrieved from ref.current

Actual: value not in the datasource should also retrieved from ref.current

Sample : https://stackblitz.com/edit/react-y64ubk-6hzyf2?file=index.js,index.html,package.json