OnInput intermittently not working #19299
Labels
area-blazor
Includes: Blazor, Razor Components
✔️ Resolution: Duplicate
Resolved as a duplicate of another issue
Status: Resolved
Describe the bug
When I set an OnInput action that modifies the incoming input, the change I have made is not reflected in the UI.
To Reproduce
Now run the application, type into the textbox some text, then type an 'a' character. If reproduced, the 'a' does not get replaced until you type another VALID character. Odd behavior. No exceptions are thrown. Try typing several a's in a row; then type another character.
Note: I have seen this related issue/work around (#17702 (comment)), not 100% certain that it applies here but it does work around my problem at the moment.
Further technical details
dotnet --info
The text was updated successfully, but these errors were encountered: