﻿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
3193	[patch] modify as_hidden() to handle MultipleChoiceField correctly	Honza Král <Honza.Kral@…>	Adrian Holovaty	"It is a quick and dirty patch (works though ;) ), but since the information on what field requires list as value is gone, I had to use the Field class to identify the correct value. I don't like the idea of checking for Field;s class every time I render a hidden field, but it was the best I could do without going further into the code.

The added widget class renders multiple {{{ <input type=""hidden"" .. > }}} tags (one for every checked option).

I will be glad for any feedback and/or comments."	defect	closed	Forms	dev	normal	fixed	as_hidden MultipleChoiceField	Honza.Kral@…	Unreviewed	1	0	0	0	0	0
