fix: Improve recipe ingredient selection (#6518)

Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
This commit is contained in:
Arsène Reymond
2025-11-14 17:05:54 +01:00
committed by GitHub
parent 6f1fee5511
commit 930c92365d
3 changed files with 9 additions and 10 deletions

View File

@@ -173,9 +173,11 @@
:items="search.data.value || []"
item-title="name"
class="mx-1 py-0"
placeholder="Choose Recipe"
:placeholder="$t('search.type-to-search')"
clearable
label="Recipe"
:label="!model.referencedRecipe ? $t('recipe.choose-recipe') : ''"
@click="search.trigger()"
@focus="search.trigger()"
>
<template #prepend />
</v-autocomplete>