From f9113050daa44e01262ff63f9e379be7a0b8873b Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Fri, 12 Jan 2024 08:09:49 -0500 Subject: [PATCH] Manage InputSelect form options for SSR (#31438) --- aspnetcore/blazor/forms/input-components.md | 4 +++- aspnetcore/blazor/forms/validation.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/aspnetcore/blazor/forms/input-components.md b/aspnetcore/blazor/forms/input-components.md index df9b4d8d1a..a20639ce89 100644 --- a/aspnetcore/blazor/forms/input-components.md +++ b/aspnetcore/blazor/forms/input-components.md @@ -5,7 +5,7 @@ description: Learn about built-in Blazor input components. monikerRange: '>= aspnetcore-3.1' ms.author: riande ms.custom: mvc -ms.date: 01/05/2024 +ms.date: 01/12/2024 uid: blazor/forms/input-components --- # ASP.NET Core Blazor input components @@ -123,6 +123,8 @@ The following form accepts and validates user input using: * The properties and validation defined in the preceding `Starship` model. * Several of Blazor's built-in input components. +When the model property for the ship's classification (`Classification`) is set, the option matching the model is checked. For example, `checked="@(Model!.Classification == "Exploration")"` for the classification of an exploration ship. The reason for explicitly setting the checked option is that the value of a `