fix: remove readonly attribute from VnSelect component to improve interactivity
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2025-04-23 12:08:26 +02:00
parent a689582e89
commit 33bde1732f
1 changed files with 0 additions and 1 deletions

View File

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