From 7ef639b2a2026927ec6480bf0cd9342a635d8fa2 Mon Sep 17 00:00:00 2001 From: Trupti Wagh Date: Mon, 6 May 2024 11:42:49 -0700 Subject: [PATCH] added this.showBib() call to the input event, it was missing only for this event --- src/auro-combobox.js | 1 + 1 file changed, 1 insertion(+) 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'); }