Marco Ciampini
Marco Ciampini
### Current behavior See related conversation in https://github.com/WordPress/gutenberg/pull/55625#issuecomment-1802018020 Currently, it seems that `MenuButton` triggers the opening of submenus with a given arrow key [based on the menu's `placement` prop](https://github.com/ariakit/ariakit/blob/main/packages/ariakit-react-core/src/menu/menu-button.tsx#L28C10-L36). But...
### Current behavior When setting `modal=false` and `defaultOpen`, the menu opens but focus is not moved to it ### Steps to reproduce the bug 1. Open sandbox: https://stackblitz.com/edit/wzawnr?file=menu%2Fstyle.css,menu%2Findex.tsx&theme=dark 2. Play...
### Motivation It would be great if popover-based elements could leverage [floating ui's automatic detection of RTL writing direction](https://floating-ui.com/docs/usefloating#placement) and/or expose it via a `dir` prop (similarly to [what done...
Hello! I really like how this project uses `framer-motion` to achieve page transitions. One quick question: how would you make this example work in IE11? I tried adding a bunch...
I'm working to a Polymer app, and I'm trying to make the page load fast by: - loading app.js and elements.html asynchronously (with the `async` tag set in `index.html`) -...
## What? Part of #55023 Improve how inidivual item hints are rendered for the `CustomSelectControl` V2 legacy adapter, by allowing the hint to wrap below the item's content, instead of...
## What? Part of #55023 Fix items (options) styles of `CustomSelectControlV2` component ## Why? - To fix visual bugs - To match more closely look of V1 component - To...
## What? Extract some of the changes from #63040 to tidy up `FontSizePicker`'s internal logic ## Why? The component's internal logic for which UI to show is based on several...
While #63450 added support in `ToggleGroupControl` for `disabled` option items, one aspect that could still be improved is to make disabled option items accessible when disabled, similarly to how the...
As we plan on introducing more modularity (ie. compound components) to some of the components offered by the package, we need to make sure that we pick the right naming...