Haz
Haz
> > It should already be achievable in userland, though. > > @diegohaz curious about how you'd envision such implementation? We've started discussing a potential need in [WordPress/gutenberg#68108](https://github.com/WordPress/gutenberg/issues/68108) and it...
Preliminary study on a Tree component API: https://haz.dev/post/3lebgp6zrck2s
I’ll try to create a minimal reproduction later, but I think the open-next project detection might be too permissive. I have a Wrangler config at the repo root that deploys...
Thanks for reporting this. For now, you can work around the issue by setting [`resetValueOnSelect`](https://ariakit.org/reference/combobox-provider#resetvalueonselect) to `false` on `ComboboxProvider`: ```jsx
Quoting my [comment](https://github.com/WordPress/gutenberg/pull/60992#issuecomment-2080093840) from the other PR to ensure it doesn't get lost in the conversation: > Looks like most of the failing tests are due to a change on...
Hi @12joan! That example isn't animated, so Ariakit will bail out of changing the `data-enter` attribute. Could you provide a repro with animation?
> In my case, I was using the `:has` pseudo-selector to style the outer DOM element depending on whether the inner DOM element had `data-enter`. I've since refactored my code...
Looking at the code again, we should always remove the `data-enter` attribute when the dialog is closed, even if no animation is attached to the dialog, so your repro works....