Skip to content

feat: a11y Form Field Labels and Descriptions#625

Merged
Ogstevyn merged 1 commit into
Ogstevyn:mainfrom
Salmatcre8:issue-526-a11y-forms
Apr 27, 2026
Merged

feat: a11y Form Field Labels and Descriptions#625
Ogstevyn merged 1 commit into
Ogstevyn:mainfrom
Salmatcre8:issue-526-a11y-forms

Conversation

@Salmatcre8
Copy link
Copy Markdown
Contributor

@Salmatcre8 Salmatcre8 commented Apr 26, 2026

Closes #526

Description

This PR addresses accessibility issues in the core escrow flow by ensuring all input fields are properly described to screen readers using aria-describedby and aria-invalid.

Changes Included

  • Audited Labels: Confirmed that all inputs in CreateEscrowForm, RoommateInput, and ContributeForm are already correctly linked to <label> tags via the htmlFor and id pattern.
  • Wired Helper Text:
    • Added an id to the "Ledger timestamp" display in the Escrow setup form and linked it to the DateInput.
    • Added an id to the calculated percentage display in RoommateInput and appended it to the input's aria-describedby chain.
    • Linked the "XLM" suffix and the error alert directly to the input in ContributeForm.

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 26, 2026

@Salmatcre8 is attempting to deploy a commit to the Stephen's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented Apr 26, 2026

@Salmatcre8 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Salmatcre8 Salmatcre8 force-pushed the issue-526-a11y-forms branch from 541f897 to 8a0aa1b Compare April 27, 2026 20:36
@Ogstevyn Ogstevyn merged commit 2220ee7 into Ogstevyn:main Apr 27, 2026
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Issue #107] a11y: Form Field Labels and Descriptions

2 participants