Home > @uniformdev/design-system > ComboBoxSelectableGroup

ComboBoxSelectableGroup interface

Signature:

Extends: GroupBase<ComboBoxSelectableOption>

Properties

PropertyModifiersTypeDescription
value?string[]<p>(Optional) Controls the behavior when the selectable group is selected. - when undefined, the values of all children of the group will be selected - when a non-empty array, the values in the array will be explicitly selected - when an empty array, the group will not be clickable and only its children can be selected (regular group behaviour)</p><p>Note: when a non-empty array, and all of those values are selected, the group will be removed from options.</p>