Hotfix[ZoneBasicData]: Fixed select not filtering when typing
gitea/salix-front/pipeline/pr-master This commit looks good Details

This commit is contained in:
Jon Elias 2025-03-05 12:41:55 +00:00
parent 9b41f54cf2
commit 9efec5b8e2
1 changed files with 1 additions and 2 deletions

View File

@ -120,11 +120,10 @@ const setFilteredAddresses = (data) => {
option-label="nickname" option-label="nickname"
:options="addresses" :options="addresses"
:fields="['id', 'nickname']" :fields="['id', 'nickname']"
sort-by="id" sort-by="nickname ASC"
hide-selected hide-selected
map-options map-options
:rules="validate('data.addressFk')" :rules="validate('data.addressFk')"
:filter-options="['id']"
/> />
</VnRow> </VnRow>
<VnRow> <VnRow>