cds-snc / node-starter-app

Quick start application setup.... because you have to start somewhere.
MIT License
5 stars 3 forks source link

Fix logic around aria-describedby attributes on fields #36

Closed dsamojlenko closed 5 years ago

dsamojlenko commented 5 years ago

Fixes an error in logic/structure around the output of aria-describedby attributes on form fields that have errors.

Previous version of these would render aria-describedby="false" for elements without errors - this is not a valid property value.