Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ScaleButton disabled propagating #2353

Open
Sizor79 opened this issue Sep 16, 2024 · 0 comments
Open

ScaleButton disabled propagating #2353

Sizor79 opened this issue Sep 16, 2024 · 0 comments
Labels
accessibility Related to accessibility bug Something isn't working good first issue Good for newcomers

Comments

@Sizor79
Copy link

Sizor79 commented Sep 16, 2024

In version 3.0.0-beta.152 the disabled attribute of ScaleButton is not propagating into html child. This leads that screen reader for people with disabilities marked this button always disabled even if disabled actually changing.

Implementation:
<ScaleButton disabled={!isFormNotNullAndValid()} aria-disabled={!isFormNotNullAndValid()} type="submit"> start </ScaleButton>

@Sizor79 Sizor79 added the bug Something isn't working label Sep 16, 2024
@amir-ba amir-ba added accessibility Related to accessibility good first issue Good for newcomers labels Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accessibility Related to accessibility bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants