﻿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
28733	Formsets are missing classes to be easily styleable	Claude Paroz	nobody	"With normal forms, it's easy to style widgets with CSS thanks to unique input ids (`input#id_field_name` selector).

With formsets, as ids contain an index number, you cannot use the same strategy. To add some class to some field widget, you have to customize the formset form to add a custom widget to be able to specify an `attrs={'class': 'special'})` parameter, which is much boilerplate code for a very common and simple addition.

I would suggest to automatically add `class=""fieldname""` on each formset widget."	New feature	closed	Forms	dev	Normal	wontfix			Unreviewed	0	0	0	0	0	0
