You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/dateinput/overview.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,6 @@ To use a Telerik Date Input for Blazor, add the `TelerikDateInput` tag.
42
42
*`Enabled` - whether the `input` is enabled.
43
43
*`Format` - the date format that the user input must match. Read more in the [Supported Formats]({%slug components/dateinput/supported-formats%}) article.
44
44
*`Id` - renders as the `id` attribute on the `<input />` element, so you can attach a `<label for="">` to the input.
45
-
*`ParsingErrorMessage` - a hint that is displayed to the user through validation when their input cannot be parsed in the required format
46
45
*`Value` - get/set the value of the input, can be used for binding.
47
46
*`Width` - the width of the `input`. See the [Dimensions]({%slug common-features/dimensions%}) article.
48
47
* Validation - see the [Input Validation]({%slug common-features/input-validation%}) article.
0 commit comments