Skip to content

Commit 8e099c5

Browse files
docs(dateInput): ParsingErrorMessage obsolete in favor of localization
1 parent 917747b commit 8e099c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/dateinput/overview.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ To use a Telerik Date Input for Blazor, add the `TelerikDateInput` tag.
4242
* `Enabled` - whether the `input` is enabled.
4343
* `Format` - the date format that the user input must match. Read more in the [Supported Formats]({%slug components/dateinput/supported-formats%}) article.
4444
* `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
4645
* `Value` - get/set the value of the input, can be used for binding.
4746
* `Width` - the width of the `input`. See the [Dimensions]({%slug common-features/dimensions%}) article.
4847
* Validation - see the [Input Validation]({%slug common-features/input-validation%}) article.

0 commit comments

Comments
 (0)