add active class on select inputs
This commit is contained in:
parent
db52600618
commit
83247f1a96
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,7 @@
|
||||||
placeholder="Select Cities"
|
placeholder="Select Cities"
|
||||||
:maxSelectedLabels="3"
|
:maxSelectedLabels="3"
|
||||||
class="font-serif"
|
class="font-serif"
|
||||||
|
:class="{ active: currentValue }"
|
||||||
data-icon="chevron-single-down"
|
data-icon="chevron-single-down"
|
||||||
checkmark
|
checkmark
|
||||||
/>
|
/>
|
||||||
|
|
@ -26,6 +27,7 @@
|
||||||
:options="items"
|
:options="items"
|
||||||
optionLabel="title"
|
optionLabel="title"
|
||||||
class="font-serif"
|
class="font-serif"
|
||||||
|
:class="{ active: currentValue }"
|
||||||
data-icon="chevron-single-down"
|
data-icon="chevron-single-down"
|
||||||
checkmark
|
checkmark
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue