-
Notifications
You must be signed in to change notification settings - Fork 99
Description
Description
I ran the IBM Equal Accessibility Checker tool on my website and it identified multiple instances of the 'Form control element has no associated label' error in the graphiql-explore plugin. Specifically, the and <textarea> elements do not have an associated element, which can make it difficult for users who rely on screen readers or other assistive technologies to understand the purpose of these form controls. I believe that this error is preventing some users from being able to interact with this feature of the website. Therefore, I would like to request that labels be added to the form controls in the graphiql-explore plugin. Steps to Reproduce Navigate to the graphiql-explore plugin Inspect the <select> and <textarea> elements for associated <label> elements Observe that no <label> elements are present Expected Results Each and <textarea> element in the graphiql-explore plugin should have an associated element that describes the purpose of the form control.

