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

Issue 1:

While entering the same invalid value twice, the entered value persists in the DatePicker component.

Issue 2:

In the strict mode as false, if we enter the invalid value, then an error class has been added in the TS platform. But, the entered value has been removed from the input in the Blazor platform.

The reported issue does not occur in the TS platform. Please find the sample below.

https://ej2.syncfusion.com/demos/#/material/datepicker/default.html

https://stackblitz.com/edit/hzjwdz?file=index.ts


Comparison of the behavior in TS and Blazor:

ActionTSBlazor
When we enter the invalid value on default renderingIf the entered value is invalid, then e-error class will be added to the input element.If the entered value is invalid then the provided value removed from the input.

Issue reproducing sample: https://blazor.syncfusion.com/demos/datepicker/default-functionalities?theme=bootstrap4


Issue reproducing code:

<SfDatePicker TValue="DateTime?"></SfDatePicker>


Replication procedure:

1. Run the sample

2. Choose any value from the popup and press the TAB key

3. Then enter any invalid value (like “aaa” or “111/11/2020”).

4. Then again choose any valid value from the popup.

5. Again enter the invalid value which is entered before in the input (“aaa” or “111/11/2020”).

6. Now see the input. The value will be displayed as a valid value