zopefoundation / z3c.form

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

Fix #84. #85

Closed icemac closed 5 years ago

icemac commented 5 years ago

Fixes #84.

Some of the failures (no longer missing values but selected first value of required field) are because of changes in lxml 4.2:

If no option is selected, the value of the first option is returned (instead of None).

See https://pypi.org/project/lxml/4.2.0/