Timepicker
| Last update: | () |
| Message | doc(timepicker): props and events |
| Committer: | Tamás Bíró |
| Version history | |
Default
Copy Jade
Copy HTML
Show code
Hide code
<e-timepicker value="18:00"></e-timepicker>
<e-timepicker value="18:00"></e-timepicker>
Variations
API Reference
Properties
| Name | Description | Type | Required | Default value |
|---|---|---|---|---|
| value | Time value as string, eg: 23:00 | string | ||
| ampm | Controls 12h and 24h picker | string |
Events
| Event | Description | Returns |
|---|---|---|
| update | Fires on time update | { detail: time: [as string] } |