Skip to content

Commit 7c11b75

Browse files
docs(dateInput): remove Placeholder property
1 parent 0e089c1 commit 7c11b75

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
@@ -63,7 +63,6 @@ The date input provides the following features:
6363
* `Enabled` - whether the `input` is enabled.
6464
* `Format` - the date format that the user input must match.
6565
* `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.
6766
* `Value` - get/set the value of the input, can be used for binding.
6867
* `Width` - the width of the `input` in pixels.
6968
* Validation - see the [Input Validation]({%slug common-features/input-validation%}) article.

0 commit comments

Comments
 (0)