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
- Do you want to request a feature or report a bug?
improvement
- What is the current behavior?
Many form fields in the editor lack id's, which is an a11y issue.
- What is the expected behavior?
Form fields should have unique ids to connect them with labels.
Considerations:
Fields can be nested within object fields, and rich text editor plugins also have form fields. There's no unique to use from all places, so we should probably use something like lodash.uniqueId.
The text was updated successfully, but these errors were encountered:
- Do you want to request a feature or report a bug?
improvement
- What is the current behavior?
Many form fields in the editor lack id's, which is an a11y issue.
- What is the expected behavior?
Form fields should have unique ids to connect them with labels.
Considerations:
lodash.uniqueId
.The text was updated successfully, but these errors were encountered: