﻿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
14718	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'})
}}}"	New feature	closed	Forms	dev	Normal	duplicate	widget date time		Design decision needed	1	1	1	0	0	0
