Blazor InputDate does not work properly
Open
area-blazor
feature-blazor-builtin-components
investigate
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 276
Description
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
Blazor InputDate and date picker does not work properly in InteractiveServer mode when editing part of the date. It works fine in static render mode.
See attached videos for comparison between native html and interactiveserver input date
### Expected Behavior
Input date should behave as normal in InteractiveServer render mode according to the HTML specification
### Steps To Reproduce
Use Input date in an interactive server component and try changing the date after selection
### Exceptions (if any)
_No response_
### .NET Version
8.0.4
### Anything else?
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.