Pylons / deform

A Python HTML form library.
Other
416 stars 160 forks source link

Add boolean HTML attributes per Chameleon 3.8.0 #418

Closed stevepiercy closed 4 years ago

stevepiercy commented 4 years ago

All checkboxes, radios, and selects that use boolean HTML attributes (selected, checked, etc.) previously used literal_false and would drop any False value from rendering as an HTML attribute. In Chameleon 3.8.0, literal_false is removed and must instead use boolean_attributes to set defaults.

See #417