This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
zend-form 2.12.1
weierophinney
released this
11 Dec 22:29
·
103 commits
to master
since this release
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
-
#218 ensures object values of select elements can be rendered without error.
-
#216 fixes an issue when performing data binding and a fieldset has no mapped
input elements, castingnull
values to empty arrays to ensure they can be
passed to an input filter. -
#207 fixes the return value annotation for the
Fieldset::get()
method to
indicate it can also return aFieldsetInterface
instance.