Merge pull request 'WARMFIX: VnSelect cannot scroll' (!1732) from warmifx_select_scroll into test
gitea/salix-front/pipeline/head This commit looks good Details

Reviewed-on: #1732
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
Javier Segarra 2025-04-22 13:44:22 +00:00
commit 7ae4d1575f
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'"