From 9763fd7abe1f9be123de8077648feb9b5716a588 Mon Sep 17 00:00:00 2001 From: andrewlalis Date: Wed, 24 Sep 2025 21:09:51 -0400 Subject: [PATCH] Added start of hints for form controls. --- .../components/common/form/FormControl.vue | 12 ++- .../src/pages/forms/EditTransactionPage.vue | 82 ++++--------------- 2 files changed, 24 insertions(+), 70 deletions(-) diff --git a/web-app/src/components/common/form/FormControl.vue b/web-app/src/components/common/form/FormControl.vue index fe63ac7..45ba2af 100644 --- a/web-app/src/components/common/form/FormControl.vue +++ b/web-app/src/components/common/form/FormControl.vue @@ -1,6 +1,7 @@