Kieran Nichols
Kieran Nichols
### Product axe-core ### Product Version 4.8.2 ### Latest Version - [X] I have tested the issue with the latest version of the product ### Issue Description We are currently...
## PR Checklist Please check if your PR fulfills the following requirements: - Tests for the changes have been added/updated: N - Docs have been added/updated: Y - Does this...
MDC as it stands is being deprecated in favor of a new [material web](https://github.com/material-components/material-web) project build as Web Components. To better prepare ourselves for the future, we need to divorce...
**Describe the feature:** The `selectKey` should support object path (dot) syntax for navigating deeply nested objects. The column configuration `property` supports this already, and it makes sense for `selectKey` to...
**Describe the bug:** When programmatically selecting/deselecting rows via the table component API methods, existing selected rows are re-rendering the selection column checkboxes. This causes a "flicker" for checked checkboxes from...
**Describe the bug:** When a `` has a `selectedIndex` set, the `aria-selected` attribute is set on the `` which has `role="menuitem"` and this is invalid on `menuitem` roles. Additionally, the...
This is a low-level primitive component that is responsible for the following: - A container for any "floating" content - Handles positioning around a target element - Does not provide...
**Describe the bug:** It's common for browsers to autofill `` elements in forms. Currently the Forge text-field does not provide any overrides to the browser defaults, which makes it look...