Changes between Version 1 and Version 3 of Ticket #34625
- Timestamp:
- Jun 4, 2023, 4:48:12 PM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34625
- Property Triage Stage Unreviewed → Accepted
-
Ticket #34625 – Description
v1 v3 8 8 - "list box" – those `select` elements don’t have a label at all. This needs to be added by transforming the `h2` elements into `label`, with a `for` pointing at each field. 9 9 10 In both cases it seems the fix should be implemented in [ SelectFilter2.js https://github.com/django/django/blob/main/django/contrib/admin/static/admin/js/SelectFilter2.js#L38].10 In both cases it seems the fix should be implemented in [https://github.com/django/django/blob/main/django/contrib/admin/static/admin/js/SelectFilter2.js#L38 SelectFilter2.js#L38]. 11 11 12 12 In Django itself, only `contrib.auth` group and user model forms use the `filter_horizontal` ModelAdmin API which has the issue. Not quite sure whether this widget is meant to be reused by users or not.