lrud
lrud copied to clipboard
Left, Right, Up, Down. A spatial navigation library for devices with input via directional controls.
## Description Adds the `onFocusWithin` and `onBlurWithin` functions, and the `focusWithin` and `blurWithin` events. These are triggered when focus moved into/out of a parent node. Consider the following tree: ```...
## Description Adds the `maintainActiveChildren` option to `insertTree()`. If enabled, any active children specified in the `subTreeRootNodeConfig` will be assigned once the tree is registered. ## Motivation and Context I...
**Describe the bug** Consider the following tree: ``` VerticalRoot |-- HorizontalList | |-- Button1 |-- VerticalList | |-- Row1 | | |-- Button2 | |-- Row2 | | |-- Button3...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....
**Is your feature request related to a problem? Please describe.** When building the UI, the application is asynchronously loading content separately for 3 components. Depending on the API response time,...
I'm unsure why this is causing an issue all of a sudden for my newest refactor but the only thing that fixed my app was to comment out these 3...
When user navigates down to the player controls on TV I'm wanting it to always be on the play/pause button by default but it's currently just focusing the far left....
For accessibility reasons (screenreader support) it is sometimes useful to have the browser's focus linked to the focus state of the LRUD tree. At the moment to do this you...