OneGraph / graphiql-explorer

Explorer plugin for GraphiQL
MIT License
907 stars 97 forks source link

Incorrect value for 'autocomplete' attribute in graphiql-explore plugin #96

Open jair1823 opened 1 year ago

jair1823 commented 1 year ago

Description

I ran the IBM Equal Accessibility Checker tool on my website and it identified an accessibility error in the graphiql-explore plugin. Specifically, the 'autocomplete' attribute has an incorrect value.

According to the W3C accessibility guidelines, the 'autocomplete' attribute should be set to 'off' for inputs that are not intended to be autocompleted. However, the current value in the graphiql-explore plugin is not compliant with this guideline.

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 the 'autocomplete' attribute in the graphiql-explore plugin be updated to the correct value.

Steps to Reproduce

Expected Results

The 'autocomplete' attribute in the graphiql-explore plugin should have the correct value according to the W3C accessibility guidelines.

image