0
0
Fork 0

fix(VnSelecFilter) filter

This commit is contained in:
Carlos Satorres 2024-02-08 09:54:17 +01:00
parent 289516a599
commit 78b484baeb
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ async function filterHandler(val, update) {
myOptions.value = await fetchFilter(val);
return;
}
myOptions.value = await filter(val, myOptionsOriginal.value);
myOptions.value = filter(val, myOptionsOriginal.value);
},
(ref) => {
if (val !== '' && ref.options.length > 0) {