Skip to content

Commit 0e089c1

Browse files
chore(dateInput): add missing using statements
1 parent a69770d commit 0e089c1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

components/dateinput/overview.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ The date input provides the following features:
7272
>caption Example of using validation to prompt the user for certain input
7373
7474
````CSHTML
75+
@using Telerik.Blazor.Components.DateInput
76+
@using System.ComponentModel.DataAnnotations
77+
7578
<EditForm Model="@person">
7679
<DataAnnotationsValidator />
7780
<ValidationSummary />

0 commit comments

Comments
 (0)