From 9b1a4d6535957e300fbb8da195469e940a3677ab Mon Sep 17 00:00:00 2001 From: JC Franco Date: Sat, 18 Jan 2025 02:32:37 -0800 Subject: [PATCH] restore refreshSelectionDisplay() --- .../calcite-components/src/components/combobox/combobox.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/packages/calcite-components/src/components/combobox/combobox.tsx b/packages/calcite-components/src/components/combobox/combobox.tsx index 3acef7ab9d7..941d1663c23 100644 --- a/packages/calcite-components/src/components/combobox/combobox.tsx +++ b/packages/calcite-components/src/components/combobox/combobox.tsx @@ -608,13 +608,11 @@ export class Combobox updateHostInteraction(this); - if (!this.hasUpdated) { - this.refreshSelectionDisplay(); - } - if (changes.has("selectionMode") || changes.has("scale")) { this.updateItems(["items", "props"]); } + + this.refreshSelectionDisplay(); } loaded(): void {