Benoît Grélard

Results 287 comments of Benoît Grélard

#2105 is a more general representation of the issue which manifested here.

You are right, it looks like some issue is remaining but only on Safari iOS now.

Hey @ChungMasterFlex, I think we're clear on what the issue is about. Regarding the example above from the WorkOS pricing page, that doesn't use Radix and is actually all done...

@evertjr I have just submitted a PR for it here: #2145

Not sure for the public release, I am trying to get some more maintenance done at the moment, so will be a little bit before that, but hopefully not too...

> Is using DropdownMenu bad practice for multiselect? As is, yes unless you re-write a bunch of accessibility yourself, they wouldn't carry the same semantic unfortunately.

The accessibility/semantic of dropdown menu are carrying are those of a "menu button" aria pattern, not a "listbox" pattern. Additionally, menus don't hold a value (or values, in the case...

> … if accessibility in my app is not a concern Accessibility is always a concern of any app, as you do not know who will end up using the...