@emanon/ema-timeinput
v0.3.14
Published
## Properties
Downloads
90
Keywords
Readme
ema-timeinput
Properties
| Property | Attribute | Modifiers | Type | Default | Description |
|---------------|---------------|-----------|----------------------|---------|-----------------------|
| appearance
| appearance
| | "box" \| "line"
| "line" | |
| description
| description
| | string
| "" | |
| disabled
| disabled
| | boolean
| false | |
| error
| error
| | string
| "" | |
| hour
| | readonly | | | |
| label
| label
| | string
| "" | |
| minute
| | readonly | | | |
| required
| required
| | boolean
| false | |
| second
| | readonly | | | |
| size
| size
| | "large" \| "small"
| "large" | |
| step
| step
| | string
| "1" | |
| value
| value
| | string
| "" | '00:00' or '00:00:00' |
Events
| Event | Type | Description |
|----------------|-----------------------------------|-------------------------------|
| value-change
| CustomEvent<{ value: string; }>
| Fires when value has changed. |