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
require multiple items to be selected within a dropdown-group (multiple active items)
do not require any items to be selected within a dropdown-group (no active items) - use case as links / overflow menu for example.
We could add these as a selection-mode prop that accepts one of ["single", "multi", "single-persist", "none"] - it should default to "single" to maintain current functionality.
Thoughts? We have similar functionality in accordion, tree-nav as well.
The text was updated successfully, but these errors were encountered:
There are use cases around the dropdown that:
We could add these as a
selection-mode
prop that accepts one of["single", "multi", "single-persist", "none"]
- it should default to "single" to maintain current functionality.Thoughts? We have similar functionality in accordion, tree-nav as well.
The text was updated successfully, but these errors were encountered: