Skip to content

Commit

Permalink
Make documentation on disableClock clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Jul 11, 2019
1 parent 39a7d9b commit cc138cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Displays an input field complete with custom inputs, native input and a clock.
|clockClassName|Class name(s) that will be added along with `"react-clock"` to the main React-Clock `<time>` element.|n/a|<ul><li>String: `"class1 class2"`</li><li>Array of strings: `["class1", "class2 class3"]`</li></ul>|
|clockIcon|Content of the clock button. Setting the value explicitly to `null` will hide the icon.|(default icon)|<ul><li>String: `"Clock"`</li><li>React element: `<ClockIcon />`</li></ul>|
|disabled|Whether the time picker should be disabled.|`false`|`true`|
|disableClock|Whether the clock should be disabled.|`false`|`true`|
|disableClock|When set to `true`, will remove the clock and the button toggling its visibility.|`false`|`true`|
|format|Input format based on [Unicode Technical Standard #35](https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table). Supported values are: `H`, `HH`, `h`, `hh`, `m`, `mm`, `s`, `ss`, `a`.|n/a|`"h:m:s a"`|
|hourAriaLabel|`aria-label` for the hour input.|n/a|`"Hour"`|
|isOpen|Whether the clock should be opened.|`false`|`true`|
Expand Down

0 comments on commit cc138cf

Please sign in to comment.