YACS-RCOS / yacs-admin

Admin panel for YACS
MIT License
3 stars 5 forks source link

Add label to instructor field in section detail component #192

Closed kburk1997 closed 6 years ago

kburk1997 commented 6 years ago

Currently, all form fields in the section detail component have labels except for the instructor field. Without a label, this form field is not read properly by screen readers.

Malorn44 commented 6 years ago

Was this already resolved? I know the issue is shown as open but it looks like instructor does have a label. screenshot from 2018-10-02 13-00-00

kburk1997 commented 6 years ago

Nope, there are duplicate ids in that.input id ="instructorField" should be input id ="instructorInput"