Skip to content

Commit 4368430

Browse files
committed
Add documentation for disabled prop
1 parent 9c67563 commit 4368430

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ Displays an input field complete with custom inputs, native input, a calendar, a
9292
|calendarIcon|Defines the content of the calendar button.|<ul><li>String: `"Calendar"`</li><li>React element: `<CalendarIcon />`</li></ul>|
9393
|className|Defines class name(s) that will be added along with "react-datetime-picker" to the main React-DateTime-Picker `<div>` element.|<ul><li>String: `"class1 class2"`</li><li>Array of strings: `["class1", "class2 class3"]`</li></ul>|
9494
|clearIcon|Defines the content of the clear button.|<ul><li>String: `"Clear"`</li><li>React element: `<ClearIcon />`</li></ul>|
95+
|disabled|Defines whether the date picker should be disabled. Defaults to false.|`true`|
9596
|isCalendarOpen|Defines whether the calendar should be opened. Defaults to false.|`true`|
9697
|isClockOpen|Defines whether the clock should be opened. Defaults to false.|`true`|
9798
|locale|Defines which locale should be used by the datetime picker and the calendar. Can be any [IETF language tag](https://en.wikipedia.org/wiki/IETF_language_tag). Defaults to user's browser settings.|`"hu-HU"`|

0 commit comments

Comments
 (0)