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:
declare function getComboBoxSelectedSelectableGroups(selectedValues: MultiValue<ComboBoxSelectableItem> | SingleValue<ComboBoxSelectableItem>): Set<string>;
Parameters
Parameter | Type | Description |
---|---|---|
selectedValues | MultiValue<ComboBoxSelectableItem> |
Returns:
Set<string>