Home > @uniformdev/design-system > getComboBoxSelectedSelectableGroups
getComboBoxSelectedSelectableGroups() function
Finds all selected values in a combo box where there are multiple selectable groups (and selecting a group should select all of its virtual children)
Signature:
Parameters
| Parameter | Type | Description |
|---|---|---|
| selectedValues | MultiValue<ComboBoxSelectableItem> |
Returns:
Set<string>