Drawer"
From Documentation
(Drawer a11y) |
m (Limitations) |
||
Line 16: | Line 16: | ||
| Escape | | Escape | ||
| Close the drawer | | Close the drawer | ||
+ | |} | ||
+ | |||
+ | == Limitations == | ||
+ | {| border="1px" | ||
+ | ! <center>Feature</center> | ||
+ | ! <center>Description</center> | ||
+ | |- | ||
+ | | Autodrop | ||
+ | | This feature only supports mouse. | ||
|} | |} |
Revision as of 08:35, 6 August 2020
Drawer
- Available for ZK:
since 9.5.0
Required Settings
Label a Component
To name a component with ARIA attribute by adding the aria-label
client attribute to the component, please refer to ZK_Developer's_Reference/Accessibility#Specify_ARIA_Attributes
Keyboard Support
Escape | Close the drawer |
Limitations
Autodrop | This feature only supports mouse. |