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
57
57
<ValidationMessage For="@(() => person.Birthday)"></ValidationMessage>
58
58
</p>
59
59
<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>
61
61
<ValidationMessage For="@(() => person.FavoriteDay)"></ValidationMessage>
62
62
</p>
63
63
<p class="accepts-terms">
@@ -167,4 +167,4 @@ The DropDownList always has an item selected - the first item from its data sour
167
167
## See Also
168
168
169
169
* [ 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