Closed dsamojlenko closed 5 years ago
Fixes an error in logic/structure around the output of aria-describedby attributes on form fields that have errors.
aria-describedby
Previous version of these would render aria-describedby="false" for elements without errors - this is not a valid property value.
aria-describedby="false"
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.