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
While running a Lighthouse audit I saw the following accessibility warning relating to the React CodeMirror editor:
ARIA input fields do not have accessible names
When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about input field labels.
Describe the issue
While running a Lighthouse audit I saw the following accessibility warning relating to the React CodeMirror editor:
You can easily reproduce it with the React CodeMirror website: https://uiwjs.github.io/react-codemirror/
Is there an option to set
aria-labels
similar to this comment?Refer: codemirror/dev#1127 (comment)
The text was updated successfully, but these errors were encountered: