MudBlazor/MudBlazor
View on GitHubMudDateRangePicker - proper values seen as invalid when Editable=True
Open
#11,790 opened on Aug 13, 2025
buggood first issuehas workaround
Repository metrics
- Stars
- (10,394 stars)
- PR merge metrics
- (Avg merge 6d 6h) (108 merged PRs in 30d)
Description
Before reporting
- I searched existing issues
- I tried in private/incognito browser
What went wrong?
When you have the Editable attribute on MudDateRangePicker set to true internal validation fails on valid date ranges. This only occurs when you open the picker and do not change the value. I'm guessing there are some internal text fields when Editable is true and validation is failing on those for whatever reason.
Reproduction link
https://try.mudblazor.com/snippet/ckGfEiPHqXExJHsx
Reproduction steps
The following steps assume you've navigated to the try.mudblazor.com link posted in this issue.
- Click calendar picker adornment.
- Click outside of calendar picker without selecting a new date range to close it
- Click validate button
- See validation error
Video Example
https://github.com/user-attachments/assets/d2476973-e686-42d7-a9c6-f0cfd48c0d04
Version (bug)
8.7.0
Version (working)
No response
Environment
Chrome
Blazor rendering mode
Server