We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 510778a commit a526093Copy full SHA for a526093
src/index.ts
@@ -19,7 +19,7 @@ export default class Combobox {
19
constructor(
20
input: HTMLTextAreaElement | HTMLInputElement,
21
list: HTMLElement,
22
- {tabInsertsSuggestions, defaultFirstOption, scrollIntoViewOptions}: ComboboxSettings = {}
+ {tabInsertsSuggestions, defaultFirstOption, scrollIntoViewOptions}: ComboboxSettings = {},
23
) {
24
this.input = input
25
this.list = list
0 commit comments