fix: fixed select not filtering when typing
gitea/salix-front/pipeline/pr-test This commit looks good Details

This commit is contained in:
Jon Elias 2025-03-05 10:03:44 +01:00
parent 322333e7fb
commit 86244b74c4
1 changed files with 1 additions and 2 deletions

View File

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