Steps to reproduce the issue
- Go to Modules new/edit
- Use screen reader (I use NVDA), move focus to Module Assignment field
or
- Click on the Module Assignment label
or
- Check Accessibility tree (in Chrome)
Expected result
- The screen reader should announce the role combobox and the label Module Assignment
- When you click on a label, the field should receive a focus
- The field should have an accessible name in the Accessibility tree
Actual result
- Screen reader (NVDA) announces only a role, does not announce a label
- When you click on a label, the field does not receive a focus
- The field does not have an accessible name in the Accessibility tree
System information (as much as possible)
- Windows 10,
- Chrome 72.0.3626.81, Firefox/65.0
- Apache 2.0 server (online)
Additional comments
The label should probably be assigned to the 'select' field.
Please test #23922