Skip to content

fix(fuselage): Improve form input accessibility (A11y)#1894

Open
Harshit2405-2004 wants to merge 2 commits intoRocketChat:mainfrom
Harshit2405-2004:fix/password-input-a11y
Open

fix(fuselage): Improve form input accessibility (A11y)#1894
Harshit2405-2004 wants to merge 2 commits intoRocketChat:mainfrom
Harshit2405-2004:fix/password-input-a11y

Conversation

@Harshit2405-2004
Copy link
Contributor

@Harshit2405-2004 Harshit2405-2004 commented Mar 6, 2026

What does this PR do?

Fixes PasswordInput a11y violations by adding ARIA attributes to the toggle icon.

Motivation

Password inputs lack proper ARIA labels and roles, causing screen readers to fail axe validation.

Changes Made

  • Added aria-label, role='button', tabIndex, and onKeyDown handlers to the password toggle icon.

@changeset-bot
Copy link

changeset-bot bot commented Mar 6, 2026

🦋 Changeset detected

Latest commit: e203bf1

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@rocket.chat/fuselage Patch
@rocket.chat/fuselage-forms Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

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.

1 participant