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 93dda54 commit a6596c5Copy full SHA for a6596c5
1 file changed
apps/mantine.dev/src/pages/dates/time-picker.mdx
@@ -14,7 +14,7 @@ more.
14
15
## Controlled
16
17
-`TimePicker` component value is a string in `hh:mm:ss` 24-hour format (for example `18:34:55`).
+`TimePicker` component value is a string in `hh:mm:ss` or `hh:mm` 24-hour format (for example `18:34:55`, `18:34`).
18
Empty string is used to represent no value. `onChange` function is called only when the entered value is valid.
19
The input value is considered valid in the following cases:
20
0 commit comments