Skip to content

Commit

Permalink
fix: add missing export for SelectListBox element class (#7925)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored and vaadin-bot committed Oct 3, 2024
1 parent 362884b commit 14bb6c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/select/src/vaadin-lit-select-list-box.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,5 @@ class SelectListBox extends ListMixin(ThemableMixin(DirMixin(PolylitMixin(LitEle
}

defineCustomElement(SelectListBox);

export { SelectListBox };
2 changes: 2 additions & 0 deletions packages/select/src/vaadin-select-list-box.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,5 @@ class SelectListBox extends ListMixin(ThemableMixin(DirMixin(ControllerMixin(Pol
}

defineCustomElement(SelectListBox);

export { SelectListBox };

0 comments on commit 14bb6c1

Please sign in to comment.