WARMFIX: VnSelect cannot scroll #1732

Merged
jsegarra merged 2 commits from warmifx_select_scroll into test 2025-04-22 13:44:25 +00:00
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'"