You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Didn't see selectionBehaviour on menu components. Is it not supported or should be used? It always defaults to replace. 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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Didn't see
selectionBehaviour
on menu components. Is it not supported or should be used? It always defaults toreplace
. 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