ScaleButton disabled propagating #2353
Labels
accessibility
Related to accessibility
bug
Something isn't working
good first issue
Good for newcomers
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>
The text was updated successfully, but these errors were encountered: