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:
Brian Choromanski
2026-04-07 20:40:58 -04:00
committed by GitHub
parent 27f2dc1bf6
commit fe491bbe56

View File

@@ -7,7 +7,7 @@
> >
<template #activator /> <template #activator />
<v-card-text> <v-card-text>
<v-form ref="refNewHouseholdForm"> <v-form ref="refNewHouseholdForm" @keydown.enter.prevent="handleCreateSubmit">
<v-select <v-select
v-if="groups" v-if="groups"
v-model="createHouseholdForm.data.groupId" v-model="createHouseholdForm.data.groupId"