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

In version 18.x, reassigning the data field would not set the form control to dirty. Now it is marked as dirty in version 19.x. This is an issue because we fetch data to populate the [dataSource] and it should not be marking the form control as dirty when the data finishes loading. This is also the case when using a remote-service in combination with the async pipe to populate the [dataSource]. Here is a demonstration showing the form control being dirty after the data loads.

https://stackblitz.com/edit/angular-gyejsu-vweb2p?file=app.component.ts