You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using the TextField component with the multiline feature. Axe devtools reports an error regarding the aria-describedby. It seems like it is because the TextField component always adds an aria-describedby even if there is no helper text added.
Steps to reproduce the bug
Create a TextField (multiline, no helperText)
Use the inspector tool and notice that aria-describedby="eds-helpertext-number" is added even if this element doesn't exist
Expected behavior
Should not add aria-describedby for non-existing elements
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
We are using the
TextField
component with the multiline feature. Axe devtools reports an error regarding the aria-describedby. It seems like it is because the TextField component always adds anaria-describedby
even if there is no helper text added.Steps to reproduce the bug
aria-describedby="eds-helpertext-number"
is added even if this element doesn't existExpected behavior
Should not add aria-describedby for non-existing elements
Additional context
The text was updated successfully, but these errors were encountered: