Skip to content

Commit

Permalink
fix(listbox-button): removed closeOnHostFocus option
Browse files Browse the repository at this point in the history
  • Loading branch information
agliga committed Jan 30, 2025
1 parent 02f4e69 commit 5e30678
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ebay-listbox-button/component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ class ListboxButton extends Marko.Component<Input, State> {
this._expander = new Expander(container, {
alwaysDoFocusManagement: true,
autoCollapse: true,
collapseOnHostFocus: true,
expandOnClick: true,
simulateSpacebarClick: true,
contentSelector: ".listbox-button__listbox",
Expand Down

0 comments on commit 5e30678

Please sign in to comment.