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
The ButtonGroup can currently only accept a single selection, but there are times when having multiple would be helpful. Similar to how multi-select dropdown works.
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
-
Description
The ButtonGroup can currently only accept a single selection, but there are times when having multiple would be helpful. Similar to how multi-select dropdown works.
What problem would this solve?
See this great example component from the community: https://buttonfilterdemo.evidence.app/
How should it work?
Same as dropdown multi-select: multiple options concatenated into parentheses and comma separated
Beta Was this translation helpful? Give feedback.
All reactions