mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-04-08 05:55:35 -04:00
fix: Support for enter key when creating household (#7419)
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
27f2dc1bf6
commit
fe491bbe56
@@ -7,7 +7,7 @@
|
||||
>
|
||||
<template #activator />
|
||||
<v-card-text>
|
||||
<v-form ref="refNewHouseholdForm">
|
||||
<v-form ref="refNewHouseholdForm" @keydown.enter.prevent="handleCreateSubmit">
|
||||
<v-select
|
||||
v-if="groups"
|
||||
v-model="createHouseholdForm.data.groupId"
|
||||
|
||||
Reference in New Issue
Block a user