Cascader

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

Cascader

 since 9.5.0

Related components

None.

Required Settings

Attributes
Description
aria-label Describe the Cascader.

Keyboard Support

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