зеркало из https://github.com/github/combobox-nav.git
prettier
This commit is contained in:
Родитель
510778a439
Коммит
a5260930d3
|
@ -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
|
||||||
|
|
Загрузка…
Ссылка в новой задаче