﻿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
3870	a couple widgets not passing along attrs to render()	Gary Wilson <gary.wilson@…>	Adrian Holovaty	"`RadioSelect` is setting a local variable in its `render()` method without touching `self.attrs`:

{{{
#!python
attrs = attrs or {}
}}}

and `MultiWidget` doesn't touch `self.attrs` either before calling `render()` on each `Widget`.
"		closed	Forms	dev		fixed			Accepted	1	0	1	0	0	0
