fix: change disable to readonly for loading state in VnSelect component
gitea/salix-front/pipeline/pr-test There was a failure building this commit Details

This commit is contained in:
Javier Segarra 2025-04-22 11:22:18 +02:00
parent 99bc6d3b75
commit 4033dd472d
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ function getCaption(opt) {
hide-bottom-space
:input-debounce="useURL ? '300' : '0'"
:loading="someIsLoading"
:disable="someIsLoading"
:readonly="someIsLoading"
@virtual-scroll="onScroll"
@keydown="handleKeyDown"
:data-cy="$attrs.dataCy ?? $attrs.label + '_select'"