Skip to content

Commit debe7f3

Browse files
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
1 parent b1d4784 commit debe7f3

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

app/javascript/submission_form/form.vue

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,6 @@
158158
({{ t('optional') }})
159159
</span>
160160
</div>
161-
<div
162-
v-if="currentField?.description"
163-
class="mt-2 text-base text-base-content/80"
164-
dir="auto"
165-
>
166-
<MarkdownContent :string="currentField.description" />
167-
</div>
168161
</div>
169162
<form
170163
v-if="!isCompleted && !isInvite"

0 commit comments

Comments
 (0)