diff --git a/src/components/shared/select/select.ts b/src/components/shared/select/select.ts index 34bdbdea..08fd88b2 100644 --- a/src/components/shared/select/select.ts +++ b/src/components/shared/select/select.ts @@ -50,6 +50,7 @@ export const createSelect = >( selectOptions.value = JSON.parse(JSON.stringify(cache)); previousSearch = query || previousSearch; } + getSelectedOption(); } async function setFirstValue() {