Skip to content

Commit a6596c5

Browse files
committed
[mantine.dev] TimePicker fix wording
1 parent 93dda54 commit a6596c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/mantine.dev/src/pages/dates/time-picker.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ more.
1414

1515
## Controlled
1616

17-
`TimePicker` component value is a string in `hh:mm:ss` 24-hour format (for example `18:34:55`).
17+
`TimePicker` component value is a string in `hh:mm:ss` or `hh:mm` 24-hour format (for example `18:34:55`, `18:34`).
1818
Empty string is used to represent no value. `onChange` function is called only when the entered value is valid.
1919
The input value is considered valid in the following cases:
2020

0 commit comments

Comments
 (0)