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.
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!
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.