From 187e83eeb55febf6ddafc20ba57436ec89c9688c Mon Sep 17 00:00:00 2001 From: Michael Genson <71845777+michael-genson@users.noreply.github.com> Date: Fri, 26 Sep 2025 11:25:15 -0500 Subject: [PATCH] fix: Misc Issues with Ingredient Parser (#6250) --- .../Domain/Recipe/RecipeIngredientEditor.vue | 6 +++ .../RecipePageParts/RecipePageParseDialog.vue | 13 ++++- frontend/components/global/BaseDialog.vue | 14 ++++-- .../partials/use-actions-factory.ts | 48 +++++++++++-------- .../composables/partials/use-store-factory.ts | 4 +- 5 files changed, 58 insertions(+), 27 deletions(-) diff --git a/frontend/components/Domain/Recipe/RecipeIngredientEditor.vue b/frontend/components/Domain/Recipe/RecipeIngredientEditor.vue index ebf11b577..4c779d81e 100644 --- a/frontend/components/Domain/Recipe/RecipeIngredientEditor.vue +++ b/frontend/components/Domain/Recipe/RecipeIngredientEditor.vue @@ -59,6 +59,7 @@ class="mx-1" :placeholder="$t('recipe.choose-unit')" clearable + :menu-props="{ attach: props.menuAttachTarget, maxHeight: '250px' }" @keyup.enter="handleUnitEnter" >