diff --git a/src/auro-combobox.js b/src/auro-combobox.js index 0143fa7..9dfc6ec 100644 --- a/src/auro-combobox.js +++ b/src/auro-combobox.js @@ -402,6 +402,7 @@ export class AuroCombobox extends LitElement { this.hideBib(); this.classList.remove('combobox-filled'); } else if (!this.dropdown.isPopoverVisible && this.availableOptions) { + this.showBib(); this.classList.add('combobox-filled'); }