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

ParameterTypeDescription
selectedValuesMultiValue<ComboBoxSelectableItem>

Returns:

Set<string>