form-js / forms.js

Fully featured javascript form builder
https://formsjs.io/
8 stars 4 forks source link

add accessability to all applicable form elements #2

Closed Trilmatic closed 6 months ago

Trilmatic commented 7 months ago

We want to make sure the forms are as accessable as possible so we need to look if it is accorging to standards. Also we need to add aria-labelby and aria-describedby

Some reference:

https://www.w3.org/WAI/tutorials/forms/instructions/

https://webaim.org/techniques/forms/controls

https://www.a11yproject.com/posts/how-to-write-accessible-forms/

Trilmatic commented 6 months ago
Trilmatic commented 6 months ago

Resolved in https://github.com/form-js/forms.js/releases/tag/1.0.18