﻿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
27723	`type` is not propagated correctly to widgets in MultiWidgets	Mariusz Felisiak	Mariusz Felisiak	"If `type` is passed in `attrs` to `MultiWidget` then input HTML is incorrect e.g.:

{{{
<input name=""date_0"" type=""date"" type=""text"" />
}}}

instead of

{{{
<input name=""date_0"" type=""date"" />
}}}"	Bug	closed	Forms	dev	Release blocker	fixed			Accepted	1	0	0	0	0	0
