Forum Discussion

christopherphillips's avatar
christopherphillips
Copper Contributor
May 17, 2024
Solved

Text Element - Broken aria-describedby Error element

When creating a form with a text element, by default it includes a broken aria-described by element. Here is https://forms.office.com/r/ZSNCGvydPi with just a text input. That text input includes the following code: 

 

 

<input aria-label="Single line text" maxlength="4000" placeholder="Enter your answer" aria-labelledby="QuestionId_rf7ddf945f19f48f7a19e9be4ce25a328 QuestionInfo_rf7ddf945f19f48f7a19e9be4ce25a328" aria-describedby="rf7ddf945f19f48f7a19e9be4ce25a328_validationError" class="-as-61" spellcheck="true" data-automation-id="textInput">

 

 

With the problematic aria-describedby="rf7ddf945f19f48f7a19e9be4ce25a328_validationError" tag. In this case, I don't think that tag is needed and could just be removed to resolve the issue.  

  • Thank you for reporting this issue. We have identified that it's a regression and have logged a bug in our system. The Product team is currently working on a fix, and we hope to roll it out in production by next week.

1 Reply

  • Thank you for reporting this issue. We have identified that it's a regression and have logged a bug in our system. The Product team is currently working on a fix, and we hope to roll it out in production by next week.

Resources