Pages
Ui.AvoidFocus
This component makes possible to have arbitrary HTML content which behaves like static content:
- tab focus is disabled by adding
tabindex="-1"
to all child elements - pointer focus is disabled with the
pointer-events: none
CSS. - all elements are hidden from screen readers
Properties
The child elements.
Functions
Renders the component.
Sets tabindex="-1"
on all child elements.