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

While validate the DatePicker , NumericTextBox and TimePicker component with FormValidators.required then validation is not removed when control value changed.


Sample: https://stackblitz.com/edit/angular-5fsmrn?file=app%2Fapp.module.ts


Replication procedure:


1. Run the sample

2. Focus in and focus out the component

3. Then validation error message will be displayed

4. Now, choose the value from the DatePicker popup.

5. Now, validation message does not disappears.