This commit is contained in:
Keith Cirkel 2023-09-25 10:18:48 +01:00
Родитель 510778a439
Коммит a5260930d3
Не найден ключ, соответствующий данной подписи
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -19,7 +19,7 @@ export default class Combobox {
constructor( constructor(
input: HTMLTextAreaElement | HTMLInputElement, input: HTMLTextAreaElement | HTMLInputElement,
list: HTMLElement, list: HTMLElement,
{tabInsertsSuggestions, defaultFirstOption, scrollIntoViewOptions}: ComboboxSettings = {} {tabInsertsSuggestions, defaultFirstOption, scrollIntoViewOptions}: ComboboxSettings = {},
) { ) {
this.input = input this.input = input
this.list = list this.list = list