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!>
Thanks for joining our community and helping improve Syncfusion products!
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