Skip to content

Commit

Permalink
added this.showBib() call to the input event, it was missing only for…
Browse files Browse the repository at this point in the history
… this event
  • Loading branch information
trupti-alaskaair authored and jason-capsule42 committed May 6, 2024
1 parent c4cede3 commit 73cb44c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/auro-combobox.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}

Expand Down

0 comments on commit 73cb44c

Please sign in to comment.