- Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed as not planned
Closed as not planned
Copy link
Labels
area-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing onefeature-blazor-server
Milestone
Description
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
Metadata
Metadata
Assignees
Labels
area-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing onefeature-blazor-server