From 3aef1f89338d00ff2c1dfebe8f0762370d46d804 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 26 May 2026 11:34:53 +0000 Subject: [PATCH 1/3] Initial plan From f3b8952349053c128a078802cbe9363f70ff9b5a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 26 May 2026 12:21:38 +0000 Subject: [PATCH 2/3] docs: clarify ValidationSummary validation-errors CSS class behavior Agent-Logs-Url: https://github.com/dotnet/AspNetCore.Docs/sessions/212d3891-7c8c-49d9-8e86-3de8918ec6c9 Co-authored-by: ilonatommy <32700855+ilonatommy@users.noreply.github.com> --- aspnetcore/blazor/forms/validation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetcore/blazor/forms/validation.md b/aspnetcore/blazor/forms/validation.md index 7ade18ddff30..123af905e0a6 100644 --- a/aspnetcore/blazor/forms/validation.md +++ b/aspnetcore/blazor/forms/validation.md @@ -5,7 +5,7 @@ description: Learn how to use validation in Blazor forms. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 11/25/2025 +ms.date: 05/26/2026 uid: blazor/forms/validation --- # ASP.NET Core Blazor forms validation @@ -1042,7 +1042,7 @@ The component ``` -The and components support arbitrary attributes. Any attribute that doesn't match a component parameter is added to the generated `
` or `
    ` element. +The and components support arbitrary attributes. Any attribute that doesn't match a component parameter is added to the generated `
    ` or `
      ` element. `ValidationSummary` applies the `validation-errors` CSS class to the generated `
        ` element by default. When a `class` attribute is supplied, the provided class value is combined with the default class. Control the style of validation messages in the app's stylesheet (`wwwroot/css/app.css` or `wwwroot/css/site.css`). The default `validation-message` class sets the text color of validation messages to red: From d187e89f0b2e6c1769412aa72011190eca178816 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 26 May 2026 12:30:41 +0000 Subject: [PATCH 3/3] revert ms.date change per maintainer feedback Agent-Logs-Url: https://github.com/dotnet/AspNetCore.Docs/sessions/e1d8183e-c561-4825-bd91-2d7e34d65214 Co-authored-by: guardrex <1622880+guardrex@users.noreply.github.com> --- aspnetcore/blazor/forms/validation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/blazor/forms/validation.md b/aspnetcore/blazor/forms/validation.md index 123af905e0a6..97e596b50ede 100644 --- a/aspnetcore/blazor/forms/validation.md +++ b/aspnetcore/blazor/forms/validation.md @@ -5,7 +5,7 @@ description: Learn how to use validation in Blazor forms. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 05/26/2026 +ms.date: 11/25/2025 uid: blazor/forms/validation --- # ASP.NET Core Blazor forms validation