From da121457d39d4dab7a0f900b1d6c1ef74a241eb6 Mon Sep 17 00:00:00 2001 From: tikap Date: Tue, 8 Oct 2024 23:14:21 -0400 Subject: [PATCH] Add required description documentation element to bullet list for InputDate definition --- src/Components/Web/src/Forms/InputDate.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Components/Web/src/Forms/InputDate.cs b/src/Components/Web/src/Forms/InputDate.cs index b738268aab95..4498dd539b48 100644 --- a/src/Components/Web/src/Forms/InputDate.cs +++ b/src/Components/Web/src/Forms/InputDate.cs @@ -12,10 +12,10 @@ namespace Microsoft.AspNetCore.Components.Forms; /// An input component for editing date values. /// The supported types for the date value are: /// -/// -/// -/// -/// +/// +/// +/// +/// /// /// public class InputDate<[DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.All)] TValue> : InputBase