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

Issue Description:


When the data source is changed, the last selected item in the DropDownList remains in the list of items.

Sample : https://stackblitz.com/edit/angular-8t66o5-qhoayi?file=src%2Fapp.component.ts


Replication Procedure: 

  • Run the sample.
  • Click Source 1 button.
  •  And then click Source 2 button (To change the datasource).
  • Open the popup see the error.  (It will maintain the last selected item in the DropDownList)

Current Behavior : It will maintain the last selected item in the DropDownList.


Expected Behavior It should not maintain the last selected item in the DropDownList.