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!>
Thanks for joining our community and helping improve Syncfusion products!
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:
Expected: After calling Databind 1 should return
Actual: But before Calling Databind I is returned and after calling databind 0 is returned.