Boolean if the keyboard movement is horizontal instead of vertical. This
updates the default keyboard config to use ArrowRight
and ArrowLeft
instead of ArrowDown
and ArrowUp
,
Boolean if elements that are aria-disabled
or disabled
should still be
able to gain focus.
Boolean if the KeyboardMovementProvider should allow the focus behavior to loop from the first to last or last to first item instead of preventing any new focus behavior. In other words... if the last item is focused and the user presses a key that should advance the focus to the next focusable element, should the focus stay on the current element or loop back and focus the first focusable item.
Boolean if pressing a letter will focus the next item in the KeyboardMovementProvider that starts with the same letter.
Generated using TypeDoc
@since 5.0.0