Skip to content

Add Accessible Label to Custom Template Name Input - #1359

Merged
K1NGD4VID merged 1 commit into
LabsCrypt:mainfrom
Damilorlar:fix/template-accessible-name
Aug 30, 2026
Merged

Add Accessible Label to Custom Template Name Input#1359
K1NGD4VID merged 1 commit into
LabsCrypt:mainfrom
Damilorlar:fix/template-accessible-name

Conversation

@Damilorlar

Copy link
Copy Markdown
Contributor

##closed #1259

Improve the accessibility of the custom template name field in TemplateStep.tsx by providing a proper accessible name for the input.

The input currently relies only on placeholder="Template name", which is not a reliable substitute for a label because placeholder text disappears when users enter a value and may not be properly announced by screen readers.
Follow the existing accessible-input pattern used in RecipientStep.tsx by adding a visible label or an appropriate aria-label.

Scope:
Update frontend/src/components/stream-creation/TemplateStep.tsx.
Add an accessible name to the custom template name input.
Follow the existing labeling pattern used in RecipientStep.tsx.
Ensure the accessibility check no longer reports a missing accessible name.
Do not change the field's existing functionality or behaviour.

@K1NGD4VID
K1NGD4VID merged commit a7648da into LabsCrypt:main Aug 30, 2026
11 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.

[Audit] Custom-template-name input relies on placeholder text only, with no associated label

2 participants