fix: reset input to selected value on close

This commit is contained in:
DecafDev 2024-09-12 19:26:48 -06:00
parent fa218faf20
commit 31579e2124

View file

@ -42,7 +42,7 @@
function closeDropdown() {
isOpen = false;
inputValue = "";
inputValue = value;
currentFocusIndex = 0;
}