adapt kanban images show to new structure
This commit is contained in:
parent
73c78b7658
commit
92007f7161
5 changed files with 48 additions and 16 deletions
|
|
@ -6,7 +6,19 @@
|
|||
>
|
||||
<label for="selector-select" class="text-sm">{{ label }}</label>
|
||||
|
||||
<MultiSelect
|
||||
v-if="isCompareModeEnabled"
|
||||
v-model="currentValue"
|
||||
:options="items"
|
||||
optionLabel="title"
|
||||
filter
|
||||
placeholder="Select Cities"
|
||||
:maxSelectedLabels="3"
|
||||
class="w-full md:w-80"
|
||||
/>
|
||||
|
||||
<Select
|
||||
v-else
|
||||
id="selector-select"
|
||||
v-model="currentValue"
|
||||
:options="items"
|
||||
|
|
@ -19,7 +31,7 @@
|
|||
<p v-if="currentValue && !Array.isArray(currentValue)">
|
||||
{{ currentValue.title }}
|
||||
</p>
|
||||
<p v-else>Select...</p>
|
||||
<p v-else>Selectionnez</p>
|
||||
</template>
|
||||
|
||||
<template #option="slotProps">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue