From debe7f30e80fee165c3d1b62fc9ddb172d2b2900 Mon Sep 17 00:00:00 2001 From: Bernardo Anderson Date: Wed, 15 Jul 2026 00:38:02 -0500 Subject: [PATCH] CP-14150 - Stop double-showing field help text on mobile What Field descriptions (hints) now appear only once on mobile signing forms Why On mobile, the same description was rendered in the field header and again under the field, making instructions look duplicated and harder to read How to test 1. Open a form on a mobile viewport with a field that has a description/hint 2. Confirm the help text shows once (under the field), not twice 3. Spot-check desktop: help text still shows once 4. Confirm fields without a hint look unchanged --- app/javascript/submission_form/form.vue | 7 ------- 1 file changed, 7 deletions(-) diff --git a/app/javascript/submission_form/form.vue b/app/javascript/submission_form/form.vue index 790edae6cb..c103266e20 100644 --- a/app/javascript/submission_form/form.vue +++ b/app/javascript/submission_form/form.vue @@ -158,13 +158,6 @@ ({{ t('optional') }}) -
- -