fix: selected option not get selected
This commit is contained in:
parent
40d0f4f2dc
commit
ca521a1018
1 changed files with 1 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ export const createSelect = <T extends Record<string, any>>(
|
|||
selectOptions.value = JSON.parse(JSON.stringify(cache));
|
||||
previousSearch = query || previousSearch;
|
||||
}
|
||||
getSelectedOption();
|
||||
}
|
||||
|
||||
async function setFirstValue() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue