We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e089c1 commit 7c11b75Copy full SHA for 7c11b75
components/dateinput/overview.md
@@ -63,7 +63,6 @@ The date input provides the following features:
63
* `Enabled` - whether the `input` is enabled.
64
* `Format` - the date format that the user input must match.
65
* `ParsingErrorMessage` - a hint that is displayed to the user through validation when their input cannot be parsed in the required format
66
-* `Placeholder` - the `placeholder` attribute rendered on the `input` element that serves as a hint when there is no value in the input.
67
* `Value` - get/set the value of the input, can be used for binding.
68
* `Width` - the width of the `input` in pixels.
69
* Validation - see the [Input Validation]({%slug common-features/input-validation%}) article.
0 commit comments