issues
search
sntlln93
/
clini
Management App for Health Professionals
0
stars
1
forks
source link
Accesibility issues in PatientFields
#16
Open
sntlln93
opened
6 months ago
sntlln93
commented
6 months ago
Incorrect use of
<label for=FORM_ELEMENT>
RadioGroup: changing root
<FormLabel>
for an
<h3 className="font-normal">
removes the warning but the styles are not what they'll supose to be.
A form field element should have an id or name attribute
RadioItems
Select
Incorrect use of
<label for=FORM_ELEMENT>
<FormLabel>
for an<h3 className="font-normal">
removes the warning but the styles are not what they'll supose to be.A form field element should have an id or name attribute