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!

1
Vote

Description :

When using the mouse to select a month or date, the input value is appended to the existing content rather than replacing it as expected.

Sample: https://blazorplayground.syncfusion.com/VZhAMWDHVzpHsNag

This issue occurs on sample browser too.

Sample Browser: https://blazor.syncfusion.com/demos/datepicker/masksupport?theme=fluent


Replication Procedure:

  1. Run the sample.
  2. Select the date (Jan 1, 2023).
  3. Now focus month value or date value using mouse action (focus on 1).
  4. Now type 2.

Expected: 2 should replace 1

Actual: But 2 is appended along with 1