-
### Summary 💡
Provide an unstyled version of the tree view, with a component API, effectively, bringing [Base UI](https://mui.com/base-ui/) to the tree view.
### Benchmark
Request on other …
-
### Current behavior
When a form contains an uncontrolled combobox and its ref's `reset` method is called, the value should be cleared along with all other input fields in the form. Currently the v…
-
### Current behavior
Using a Tooltip and a Popover on the same element doesn't always works as expected - both show up when hovering the anchor element.
This only seems to happen based on the or…
-
### Motivation
When animating a popover, knowing the placement can help to create an animation with directional awareness.
While it is currently possible to somehow get the placement (maybe by i…
-
### Motivation
When using `SelectRenderer`, if the intended scroller element start without a scrollbar, ariakit defaults to observing the document, and virtual scroll isn't working.
Notice that …
-
In a case where supplying a custom `` where you want to render something even when the item is unchecked (e.g. an empty checkbox), this won't work:
```tsx
```
In this case the checkbox wo…
-
### Current behavior
On press, options appear and disappear.
### Steps to reproduce the bug
1. Open https://ariakit.org/examples/combobox-radix-select on mobile
2. Press the combobox
##…
thgh updated
8 months ago
-
### Current behavior
Hello.
I am importing some components from the library.
`import { usePopoverStore, Popover, PopoverDisclosure } from '@ariakit/react';`
But when i update to last version…
-
### Current behavior
In my app, I have a table and each row renders a kabab menu. I noticed recently that when there are more than ~20 rows, I get a warning in my browser console during dev:
> …
IanVS updated
2 months ago
-
### Current behavior
https://ariakit.org/examples/combobox-disclosure
Entered text overrides ComboboxDisclosure
![image](https://github.com/ariakit/ariakit/assets/113935919/19791f8e-72fb-4d4d-82f…