Fix vselect issue

This commit is contained in:
Julien Nahum 2024-01-02 15:02:37 +01:00
parent 2be72e0e8e
commit 3638ef8cfb
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
class="cursor-pointer"
:style="inputStyle"
:class="[theme.SelectInput.input,{'py-2': !multiple || loading,'py-1': multiple, '!ring-red-500 !ring-2': hasError, '!cursor-not-allowed !bg-gray-200': disabled}, inputClass]"
@click.stop="toggleDropdown"
@click="toggleDropdown"
>
<div :class="{'h-6': !multiple, 'min-h-8': multiple && !loading}">
<transition name="fade" mode="out-in">