TimeField
Example
Props
Name | Type | Default Value | Required | Description |
---|---|---|---|---|
name | string | No | ||
value | Time | Yes | ||
onChange | (value: Time) => unknown | Yes | ||
onBlur | () => unknown | No | ||
label | string | Yes | ||
issues | NonEmptyArray<Children> | No | ||
disabled | boolean | No | ||
assistiveText | Children | No | ||
autoFocus | boolean | No | ||
hint | string | No | ||
hintPlacement |
| No | ||
isReadOnly | boolean | No | ||
hourCycle |
| based on the user locale (customizable via BentoProvider) | No |