-
### Summary
We could make it possible, like in VS Code, for developers to have access to quick info on our docs editors.
### Examples
Reference points:
1. Ariakit https://twitter.com/diegohaz/st…
-
### Motivation
Since Ariakit is an accessibility-focused library, it would be great to have documentation around how this accessibility is validated. I've found some vague claims here and there (fo…
-
### Current behavior
When `activeItem` is controlled, there is a delay bewteen the list being updated, and the new active item changing. this is causing a flicker in the UI.
when `activeItem` is u…
-
### Description
Currently our package.json is quite large, might be best to check what dependencies are acturally required and what can be removed.
For example, `lodash` is a large library which m…
-
### Motivation
https://github.com/ariakit/ariakit/blob/70b384c5f29bf8d2de81b5260c19b896d27e8069/packages/ariakit-core/src/form/form-store.ts#L30
Currently, the error message is restricted to onl…
-
### Current behavior
When tabbing between multiple radio groups that are placed next to each other, the focus will skip all groups, instead jumping to the first tabbable element after the last radi…
-
### Motivation
This is a follow-on to https://github.com/ariakit/ariakit/discussions/2155#discussioncomment-4487214.
I'd like to use css transitions to fade a tooltip in and out, and the `animated…
IanVS updated
8 months ago
-
### Current behavior
When typing in the combobox, the popover continuosly expands/reduces its height, causing some typed characters to be lost. It seems the autocomplete bar above the keyboard is tri…
-
### Motivation
Some times it's necessary to use an input component outside of a Form component, e.g. a search box
Are there plans to duplicate the change made against react-kit for a similar issue…
-
### Current behavior
When passing `accessibleWhenDisabled` items aren't marked as disabled, which leads to subtle bugs (i.e., expanding an accordion disabled).
### Steps to reproduce the bug
…