Razor Components bound textarea not working properly without WebSocket #6301
Labels
area-blazor
Includes: Blazor, Razor Components
✔️ Resolution: Duplicate
Resolved as a duplicate of another issue
Describe the bug
If you disable WebSocket for BlazorHub then textarea that uses bind, then textarea starts reverting to earlier text while you are writing to it.
I wanted to test Razor Components with higher latency so I wanted to disable WebSocket so browsers throttling will work.
To Reproduce
Then instead of
app.UseServerSideBlazor<App.Startup>();
useIf you apply browser throttling (added latency) it will get much worse.
Expected behavior
That textarea would work normally
Additional context
I used these NuGets
The text was updated successfully, but these errors were encountered: