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:

Case1:

A console error occurs when selecting a date inside the Inplace Editor when TValue is set to DateOnly in the localization sample.


Replication Procedure:

  1. Run the sample.
  1. Select any date in first inplaceEditor
  1. You can see the issue

Expected: Exception should not occur when we select the date

Actual:Exception occurs when we select the date


Case2: The second  InPlaceEditor  has no Type parameter, but shows the date in MM/dd/yyyy instead of the format.


Replication Procedure:

  1. Run the sample.
  1. Select any date in second inplaceEditor
  1. Now check the format applied in InPlaceEditor

Expected: Format should apply properly

Actual: Format is not applied properly for selected value