Chosenbox

From Documentation
Revision as of 08:16, 17 July 2020 by Jameschu (talk | contribs) (Created page with "{{ZKComponentReferencePageHeader}} = Chosenbox = *Demonstration: N/A *Style Guide: N/A *[http://www.zkoss.org/product/edition.dsp Available in ZK EE only] since 9.5.0 == Rela...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Chosenbox

 since 9.5.0

Related components

None.

Required Settings

Attributes
Description
aria-label Describe the Chosenbox.

Keyboard Support

Key
Description
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"/>