Skip to content

fix: remove disabled attribute when false #2447

Open
Ricardo-Tele wants to merge 1 commit intotelekom:mainfrom
Ricardo-Tele:fix/button-disabled
Open

fix: remove disabled attribute when false #2447
Ricardo-Tele wants to merge 1 commit intotelekom:mainfrom
Ricardo-Tele:fix/button-disabled

Conversation

@Ricardo-Tele
Copy link
Contributor

  • Removes the disabled attribute when the value is false
  • Fixes incorrect screen reader announcement (button reported as unavailable)
  • Improves accessibility behavior

Closes #2390

@Ricardo-Tele Ricardo-Tele changed the title fix: remove disabled attribute when false (#2390) fix: remove disabled attribute when false Jan 14, 2026
Copy link
Collaborator

@amir-ba amir-ba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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.

Disable attribute is not removed when it's 'false' which causes some inconveniences in a11y

2 participants