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

The following controls are being affected: ComboBox, DatePicker, DateTimePicker, DateRangePicker. After resetting the form, these controls are becoming dirty: true and pristine: false but should rather be dirty: false and pristine: true.

Sample: https://stackblitz.com/edit/angular-syncfusion-reset-issue-disabled-fkky68?file=app.component.ts

Replication procedure: 

1. Run the above sample.

2. Click on the button “disable and reset form”

3. Actual: After resetting the form, these controls are becoming dirty: true and pristine: false

4. Expected: After resetting the form, these controls should be dirty: false and pristine: true