From f3aa5081ed994af857a97798528e1788d7762d36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=8B=E3=81=A3=E3=81=93=E3=81=8B=E3=82=8A?= <67428053+kakkokari-gtyih@users.noreply.github.com> Date: Tue, 13 Jan 2026 15:02:50 +0900 Subject: [PATCH] =?UTF-8?q?fix(frontend):=20MkForm=E3=81=A7=E5=85=A5?= =?UTF-8?q?=E5=8A=9B=E3=81=AB=E4=B8=8D=E5=82=99=E3=81=8C=E3=81=82=E3=82=8B?= =?UTF-8?q?=E5=A0=B4=E5=90=88=E3=81=AF=E5=AE=8C=E4=BA=86=E3=83=9C=E3=82=BF?= =?UTF-8?q?=E3=83=B3=E3=82=92=E6=8A=BC=E3=81=97=E3=81=A6=E7=B6=9A=E8=A1=8C?= =?UTF-8?q?=E3=81=A7=E3=81=8D=E3=81=AA=E3=81=84=E3=82=88=E3=81=86=E3=81=AB?= =?UTF-8?q?=20(#17096)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(frontend): MkFormで入力に不備がある場合は完了ボタンを押して続行できないように * fix lint --- packages/frontend/src/components/MkForm.vue | 41 +++++++++++++++++-- .../frontend/src/components/MkFormDialog.vue | 12 +++++- packages/frontend/src/components/MkInput.vue | 5 +++ .../frontend/src/components/MkTextarea.vue | 5 +++ .../src/components/MkWidgetSettingsDialog.vue | 12 +++++- 5 files changed, 68 insertions(+), 7 deletions(-) diff --git a/packages/frontend/src/components/MkForm.vue b/packages/frontend/src/components/MkForm.vue index 711aa611c3..3d4724e6b7 100644 --- a/packages/frontend/src/components/MkForm.vue +++ b/packages/frontend/src/components/MkForm.vue @@ -7,15 +7,15 @@ SPDX-License-Identifier: AGPL-3.0-only