File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ Simple textbox-like inputs do not have any special behavior. You need to bind th
5757 <ValidationMessage For="@(() => person.Birthday)"></ValidationMessage>
5858 </p>
5959 <p class="favorite-day">
60- Birthday : <TelerikDatePicker bind-Value="@person.FavoriteDay" Format="dd MMMM yyyy"></TelerikDatePicker>
60+ Favorite date : <TelerikDatePicker bind-Value="@person.FavoriteDay" Format="dd MMMM yyyy"></TelerikDatePicker>
6161 <ValidationMessage For="@(() => person.FavoriteDay)"></ValidationMessage>
6262 </p>
6363 <p class="accepts-terms">
@@ -167,4 +167,4 @@ The DropDownList always has an item selected - the first item from its data sour
167167## See Also
168168
169169 * [ Data Annotation attributes] ( https://docs.microsoft.com/en-us/aspnet/core/mvc/models/validation )
170- * [ Live Demos] ( https://demos.telerik.com/blazor )
170+ * [ Live Demos] ( https://demos.telerik.com/blazor )
You can’t perform that action at this time.
0 commit comments