Is there an existing issue for this?
Describe the bug
Binding a datetime to an input in a blazor app is possible in this three ways. However way 1 and 2 result in a buggy user experience because the control will change it's values depending on the date the user inputs. Perhaps it has something todo with browser localisation. I have not tested it with another localisation besides de-de.
This gifs shows exactly what I mean:

This happens in all major browsers. Firefox, Edge and Chrome.
Expected Behavior
All ways should behave like example 3.
Steps To Reproduce
- Load repo https://github.com/MarvinKlein1508/EdgeDateBindDemo
- Start the project
- Try to type into every control 10.02.2022
Exceptions (if any)
No response
.NET Version
6.0.201
Anything else?
No response
Is there an existing issue for this?
Describe the bug
Binding a datetime to an input in a blazor app is possible in this three ways. However way 1 and 2 result in a buggy user experience because the control will change it's values depending on the date the user inputs. Perhaps it has something todo with browser localisation. I have not tested it with another localisation besides de-de.
This gifs shows exactly what I mean:

This happens in all major browsers. Firefox, Edge and Chrome.
Expected Behavior
All ways should behave like example 3.
Steps To Reproduce
Exceptions (if any)
No response
.NET Version
6.0.201
Anything else?
No response