[Blazor] Restore client-side state after failing to reconnect to the circuit #56678
Labels
area-blazor
Includes: Blazor, Razor Components
enhancement
This issue represents an ask for new feature or an enhancement to an existing one
feature-blazor-server
Milestone
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
The text was updated successfully, but these errors were encountered: