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 7664,MultiWidget to support named sub widgets,Collin Anderson,David Smith,"It would be nice if MultiWidget would support names for its sub widgets. Currently if {{{ widgets = (TextInput(attrs=attrs), TextInput(attrs=attrs)) }}} you get something like this: {{{ }}} Which is a bit ugly. I would like to see something like one of these: {{{ widgets = (TextInput(attrs=attrs), TextInput(attrs=attrs)) names = ('date', 'time') }}} or {{{ widgets = (('date', TextInput(attrs=attrs)), ('time', TextInput(attrs=attrs))) }}} These would render to something like this: {{{ }}} ",New feature,closed,Forms,dev,Normal,fixed,multiwidget,cmawebsite@…,Ready for checkin,1,0,0,0,0,0