Addresses accessibility issue in the date input generated by schema, in that a label (Expected completion date in this case) was not correctly associated with a form field.
I've introduced the <fieldset> with child <legend> pattern to create this association.
What does this PR do?
Addresses accessibility issue in the date input generated by schema, in that a label (
Expected completion date
in this case) was not correctly associated with a form field.I've introduced the
<fieldset>
with child<legend>
pattern to create this association.