fixed search filter is not working

This commit is contained in:
asift798
2022-03-04 15:00:56 +05:30
parent 83a7c97e9e
commit f6771dafd3
10 changed files with 15 additions and 11 deletions

View File

@ -38,6 +38,7 @@
label="key"
:searchable="true"
:invalid="v$.currentExchangeRate.driver.$error"
track-by="key"
@update:modelValue="resetCurrency"
@input="v$.currentExchangeRate.driver.$touch()"
/>
@ -60,6 +61,7 @@
:options="serverOptions"
:invalid="v$.currencyConverter.type.$error"
label="value"
track-by="value"
@update:modelValue="resetCurrency"
/>
</BaseInputGroup>
@ -104,8 +106,8 @@
:invalid="v$.currentExchangeRate.currencies.$error"
label="code"
track-by="code"
open-direction="top"
@input="v$.currentExchangeRate.currencies.$touch()"
openDirection="top"
/>
</BaseInputGroup>
<!-- For Currency Converter -->