jazzband / django-floppyforms

Full control of form rendering in the templates.
http://django-floppyforms.readthedocs.org/
Other
841 stars 148 forks source link

floppyforms/select.html multiple variable does nothing #87

Open bufke opened 10 years ago

bufke commented 10 years ago

The {% if multiple %} in select.html appears to me to do nothing. The addition of multiple="multiple" is done in attrs.html.

The existence of if multiple seems to imply the variable can be used but it can't actually. IMO it would be nice to have this variable as it may be desirable to change the select if it is multiple.

gregmuellegger commented 10 years ago

I think your point is valid. Thanks for the report. I currently don't have time to implement that, but maybe you would like to give it a shot? Pull Requests are always welcome!