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

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