restore missing qty spinner

This commit is contained in:
Michael Genson 2025-07-11 19:51:01 +00:00
commit a9b1fb4c8c

View file

@ -16,6 +16,30 @@
dense dense
class="d-flex flex-wrap my-1" class="d-flex flex-wrap my-1"
> >
<v-col
sm="12"
md="2"
cols="12"
class="flex-grow-0 flex-shrink-0"
>
<v-text-field
v-model="model.quantity"
variant="solo"
hide-details
density="compact"
type="number"
:placeholder="$t('recipe.quantity')"
@keypress="quantityFilter"
>
<template #prepend>
<v-icon
class="mr-n1 handle"
>
{{ $globals.icons.arrowUpDown }}
</v-icon>
</template>
</v-text-field>
</v-col>
<v-col <v-col
sm="12" sm="12"
md="3" md="3"