You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of the changes in #55723, Blazor Server apps will automatically reload the page during reconnection if the underlying circuit no longer exists. We should consider enhancing this experience further by automatically restoring client-side state.
This would likely include user input for the following HTML elements:
<input>
<select>
<textarea>
However, this does not include restoring server-side state, as that is tracked by #30344
konradbartecki, alxgda, Kaayo, NilsLattek, ryanbuening and 2 more