+ {this.selectAllEnabled &&
+ this.selectionMode !== "single" &&
+ this.selectionMode !== "single-persist" && (
+
+ )}
@@ -1756,12 +1883,15 @@ export class Combobox
ref={this.setChipContainerEl}
>
{!singleSelectionMode && !singleSelectionDisplay && this.renderChips()}
+ {!singleSelectionMode &&
+ !singleSelectionDisplay &&
+ this.selectAllEnabled &&
+ this.renderAllSelectedIndicatorChip()}
{!singleSelectionMode &&
!allSelectionDisplay && [
this.renderSelectedIndicatorChip(),
this.renderSelectedIndicatorChipCompact(),
this.renderAllSelectedIndicatorChip(),
- this.renderAllSelectedIndicatorChipCompact(),
]}
+
+
+
Multi select with Indeterminate Select All Enabled
+
+
+ label
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ label
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ label
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+