fix: selector hanging open

feat/type-attributes
Tomáš Mládek 2023-05-04 11:21:21 +02:00
parent 048bfc0a3c
commit 6061ffb858
1 changed files with 2 additions and 0 deletions

View File

@ -225,6 +225,8 @@
}
dispatch("input", value);
options = [];
optionFocusIndex = -1;
hover = false;
}
let listEl: HTMLUListElement;