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!

0
Votes

When selecting value from dropdownlist and updating the datasource and index dynamically, the dropdownlist fails to retrieve the correct index after databind is called(here binding index 1 to the component, but index 0 is returned after calling databind).


Sample:  https://stackblitz.com/edit/q6oyjw-hjpkkj?file=index.ts,index.html  

Replication Procedure:

  1. Run the sample.
  2. Open the dropdown and select Data 2
  3. Click on the button.
  4. Open the console.
  5. See the issue.

Expected: After calling Databind 1 should return

Actual: But before Calling Databind I is returned and after calling databind 0 is returned.