Fix selecting first item on Autocomplete Menu open

This commit is contained in:
varjolintu 2023-11-11 16:39:25 +02:00
parent f2fa168501
commit c405be718c

View file

@ -152,6 +152,8 @@ class Autocomplete {
this.list.appendChild(item);
}
}
this.selectItem();
}
selectItem() {