Replies: 2 comments 2 replies
-
I'm sorry, I'm not quite following. It's not always replace, it's usually toggle for multiple selection https://react-spectrum.adobe.com/react-aria/Menu.html#multiple Can you provide more information about a real life use case with the expected behaviour vs the current behaviour? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Didn't see
selectionBehaviour
on menu components. Is it not supported or should be used? It always defaults totoggle
. Is it bug / missing in implementation or should be used / there are reasons for this?Thought maybe prop is not exposed / tried passing it to
MenuSection
with@ts-expect-error
- no success.For now went with
disallowEmptySelection={selectionMode === 'single}
as workaround. Yet want to understand if I'm doing something wrong?Beta Was this translation helpful? Give feedback.
All reactions