Timepicker
From Documentation
Timepicker
- Demonstration: N/A
- Style Guide: N/A
- Available in ZK EE only
since 9.5.0
Related components
None.
Required Settings
aria-label | Describe the Timepicker. |
Keyboard Support
Alt+Shift+ArrowDown | Open the popup |
ArrowUp/ArrowDown | Navigate options |
Enter | Select the option |
Escape | Close the popup |
Example
<zk xmlns:ca="client/attribute">
<timepicker ca:aria-label="choose lunch time"/>
</zk>