Skip to content

BatchForm's per-recipient address/amount Inputs have no label or aria-label — the only financial form in the app with this gap - #66

Open
mrmoney10010-design wants to merge 1 commit into
StellarSend:mainfrom
mrmoney10010-design:fix-a11y-batch-form
Open

BatchForm's per-recipient address/amount Inputs have no label or aria-label — the only financial form in the app with this gap #66
mrmoney10010-design wants to merge 1 commit into
StellarSend:mainfrom
mrmoney10010-design:fix-a11y-batch-form

Conversation

@mrmoney10010-design

Copy link
Copy Markdown

This is the same defect category as the already-filed "Form inputs in AddContact and RecipientStep lack associated label elements" issue in this repo (#10), but in a file that issue doesn't mention: BatchForm.tsx is the only other place in the entire app's financial forms (SendForm, EscrowForm, SubscriptionForm, CreateRequestForm all correctly pass label="..." to every Input/Select) that has this specific gap, and arguably a higher-stakes one — it's per-recipient address and amount entry for a batch of up to 100 payments (MAX_BATCH_RECIPIENTS), sent as a single atomic transaction the user cannot partially undo. A screen-reader user filling out this form hears "edit text" (or similar generic control name) for every recipient row's address and amount fields, with no way to distinguish "recipient 3's address" from "recipient 3's amount" from "recipient 4's address" by name alone — they'd have to rely entirely on DOM/reading order and memory to keep track of which field is which while filling in multiple recipients.

closes #54

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.

BatchForm's per-recipient address/amount Inputs have no label or aria-label — the only financial form in the app with this gap

1 participant