zopefoundation / z3c.form

An advanced form and widget framework for Zope 3
Other
8 stars 39 forks source link

HTMLFormElement.addClass: Improve removal of duplicates. #115

Closed thet closed 1 year ago

thet commented 1 year ago

It's now possible to add multiple classes as whitespace separated string and still detect class duplicates.

Note: this introduces also typehinting on the addClass method. But we're on Python 3.7+ and that should be ok...

icemac commented 1 year ago

I just released https://pypi.org/project/z3c.form/5.0/ containing this PR.