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
I’ve searched for any related issues and avoided creating a duplicate issue.
What happened
This doesn't appear to be an actual bug, but in storybook, the message-aria-describedby property is set to false and this leads the component to interpret that value as a string and eventually renders a screen-reader only span in the shadow DOM with the text "false". It may be a rare occurrence in actual web component usage, so it may still need to be addressed.
What I expected to happen
Don't include messageAriaDescribedBy value if set to false
Bug Report
What happened
This doesn't appear to be an actual bug, but in storybook, the
message-aria-describedby
property is set tofalse
and this leads the component to interpret that value as a string and eventually renders a screen-reader onlyspan
in the shadow DOM with the text "false". It may be a rare occurrence in actual web component usage, so it may still need to be addressed.What I expected to happen
Don't include
messageAriaDescribedBy
value if set tofalse
Reproducing
Steps to reproduce:
Urgency
How urgent is this request? Please select the appropriate option below and/or provide details
Details
The text was updated successfully, but these errors were encountered: