Time Picker API
Properties
| Name | Type | Default | Description |
|---|---|---|---|
value | string | 00:00 | Defines the initial value of the component. Must be in 24h format. |
error | boolean | false | Defines the error state of the component. Not set automatically for invalid input. |
disabled | boolean | false | Defines the disabled state of the component. |
Events
| Event | Description | Returns | |
|---|---|---|---|
update | Fires when the time value changes. | { detail: { time: { '12h': string, '24h': string } } } | |