Chosenbox
From Documentation
Chosenbox
- 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 Chosenbox. |
Keyboard Support
ArrowUp/ArrowDown | Open the popup and navigate options. |
ArrowLeft/ArrowRight | Navigate selections |
Enter | Select the options |
Escape | Close the popup |
Delete/Backspace | Remove the focused selection. |
Example
<chosenbox model="${model}" width="200px" ca:aria-label="Choose fruit"/>