﻿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
14719	Different attributes for DateInput and TimeInput in SplitDateTimeWidget	slink <gabor@…>	nobody	"Current implementation of `SplitDateTimeWidget` accepts an `attrs` dictionary and passes it to both `DateInput` and `TimeInput` widgets. It would be nice if widgets may have different attributes while `attrs` still applies to both.

For instance:

{{{
widget = SplitDateTimeWidget(attrs={'class': 'input-field'},
                             date_attrs={'dojoType': 'dijit.form.DateTextBox'},
                             time_attrs={'dojoType': 'dijit.form.DateTextBox'})
}}}"		closed	Forms	dev		duplicate	widget date time		Unreviewed	1	0	0	0	0	0
