Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate unique id's for editor form fields #423

Closed
erquhart opened this issue May 19, 2017 · 3 comments
Closed

Generate unique id's for editor form fields #423

erquhart opened this issue May 19, 2017 · 3 comments

Comments

@erquhart
Copy link
Contributor

- 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.
@xifengjin88
Copy link
Contributor

xifengjin88 commented Feb 1, 2018

Hello, I would like to work on this issue. Is it available to work on?

@erquhart
Copy link
Contributor Author

erquhart commented Feb 2, 2018

@xifengjin88 sure is! If you have any questions, feel free to comment here or reach out in Gitter :)

@xifengjin88
Copy link
Contributor

xifengjin88 commented Feb 2, 2018

@erquhart Thanks!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants