add active class on select inputs

This commit is contained in:
isUnknown 2025-06-06 10:55:03 +02:00
parent db52600618
commit 83247f1a96

View file

@ -15,6 +15,7 @@
placeholder="Select Cities"
:maxSelectedLabels="3"
class="font-serif"
:class="{ active: currentValue }"
data-icon="chevron-single-down"
checkmark
/>
@ -26,6 +27,7 @@
:options="items"
optionLabel="title"
class="font-serif"
:class="{ active: currentValue }"
data-icon="chevron-single-down"
checkmark
>