Cascader
From Documentation
Cascader
- 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 Cascader. |
Keyboard Support
ArrowUp/ArrowLeft/ArrowRight | Navigate options. |
ArrowDown | Open the popup or navigate options |
Enter/Spacebar | Select the options |
Escape | Close the popup |
Example
<cascader model="${model}" width="300px" placeholder="empty" ca:aria-label="Choose something">
<template name="model">
${each}
</template>
</cascader>