﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
34619	Ensures select element has an accessible name	Cheuk Ting Ho	nobody	"The following snippet:

`
<select name=""permissions_old"" id=""id_permissions_from"" multiple="""" class=""filtered"" data-field-name=""permissions"" data-is-stacked=""0"">
`

in `admin/auth/group/add/` is lacking the accessible name for the selected. We suspect is the JS widget modified the label generated.

The problematic select elements:

- https://github.com/django/django/blob/main/django/contrib/admin/static/admin/js/SelectFilter2.js#L16
- https://github.com/django/django/blob/main/django/contrib/admin/static/admin/js/SelectFilter2.js#L113

And where their labels need to be created:

- https://github.com/django/django/blob/main/django/contrib/admin/static/admin/js/SelectFilter2.js#L38
- https://github.com/django/django/blob/main/django/contrib/admin/static/admin/js/SelectFilter2.js#L83"	Bug	new	contrib.admin	4.2	Normal		accessibility		Unreviewed	0	0	0	0	0	0
