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

0
Votes

While define the format against the loaded culture, error class will be added to the input element if we select the date after 12.


Replication Procedure:

1. Craete the sample with below code
<EjsDatePicker Format="dd/MM/yyyy" Value=@(DateTime.Now) FloatLabelType="FloatLabelType.Always"></EjsDatePicker>
2. Load the de culture.
3. Run the sample and select the date after 12.
4. See the error class will be added to the input element.