Merge remote-tracking branch 'origin/master'

This commit is contained in:
2026-02-17 09:07:49 +03:00
parent 2c6515b580
commit 801ed23cd9

View File

@@ -165,12 +165,22 @@
filled
behavior="menu"
>
<template #selected-item="scope">
<q-chip
removable
dense
class="q-mr-xs"
@remove="scope.removeAtIndex(scope.index)"
>
{{ scope.opt.label }}
</q-chip>
</template>
<template #option="scope">
<q-item v-bind="scope.itemProps" clickable>
<q-item v-bind="scope.itemProps">
<q-item-section avatar>
<q-checkbox
:model-value="scope.selected"
@update:model-value="scope.toggleOption(scope.opt)"
tabindex="-1"
/>
</q-item-section>
<q-item-section>
@@ -214,12 +224,22 @@
filled
behavior="menu"
>
<template #selected-item="scope">
<q-chip
removable
dense
class="q-mr-xs"
@remove="scope.removeAtIndex(scope.index)"
>
{{ scope.opt.label }}
</q-chip>
</template>
<template #option="scope">
<q-item v-bind="scope.itemProps" clickable>
<q-item v-bind="scope.itemProps">
<q-item-section avatar>
<q-checkbox
:model-value="scope.selected"
@update:model-value="scope.toggleOption(scope.opt)"
tabindex="-1"
/>
</q-item-section>
<q-item-section>