mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-17 09:22:42 -05:00
fix: Improve recipe ingredient selection (#6518)
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user