iOS safari OnInput binding forces cursor to the end of the input #33089
Labels
area-blazor
Includes: Blazor, Razor Components
feature-blazor-component-model
Any feature that affects the component model for Blazor (Parameters, Rendering, Lifecycle, etc)
✔️ Resolution: Duplicate
Resolved as a duplicate of another issue
Status: Resolved
Milestone
Describe the bug
In safari on iOS when tapping into OnInput event to set the value of a property, the cursor is forced to the end on every keystroke which makes editing characters in the middle of an entry difficult.
To Reproduce
Clearly the two inputs are not equivalent as the documentation indicates. Is there a work-around I can use to get behavior matching the first input while still tapping into @oninput ?
Further technical details
.net 5.0
The text was updated successfully, but these errors were encountered: