Skip to content

Commit

Permalink
Make the ComboboxFramework class the default export
Browse files Browse the repository at this point in the history
  • Loading branch information
klovaaxel committed Jan 28, 2024
1 parent c39ebe3 commit a231f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/combobox-framework.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Fuse from "fuse.js";

class ComboboxFramework extends HTMLElement {
export default class ComboboxFramework extends HTMLElement {
private _input: HTMLInputElement | null = null;
private _list: HTMLElement | null = null;
private _originalList: HTMLElement | null = null;
Expand Down

0 comments on commit a231f96

Please sign in to comment.