Benoît Grélard

Results 264 comments of Benoît Grélard

> But say I did change it to be within a `form` element and did a full form reset (something [like this](https://codesandbox.io/s/distracted-newton-hnxddd?file=/src/App.js) I guess). From an accessibility (and UX) standpoint,...

A workaround is to control the component(s): https://github.com/radix-ui/primitives/discussions/560#discussioncomment-588638

Hi @colepeters, I agree with you parity makes sense here and a quick search shows that the `menuitemcheckbox` aria role supports `mixed` state for "indeterminate" checkbox items. https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/menuitemcheckbox_role I will...

I can confirm the solution provided by @llStaraill fixes the issue with Firefox. @andy-hook perhaps we should consider this a functional style (especially given native menus don't allow you to...

Yeah we were talking about this earlier. I think it's either we need a dedicated example in the docs, or we do introduce a prop to disable it.

Also seems to be only an issue in Chrome (chromium based I guess), it's not an issue in Safari or Firefox.

We haven't had a chance to look at this yet, but thanks for the extra findings @innub.

This is largely the same as #1342 but perhaps with extra functionality given it opens in a dialog, with a global shortcut, etc Feels like we should build this only...