This repository was archived by the owner on Jan 30, 2020. It is now read-only.
zend-form 2.8.4
·
453 commits
to master
since this release
Added
- #74 adds an alias for the
FormTextareaview helper that is referenced in the documentation.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #77 updates
Zend\Form\View\HelperConfigto improve performance when running under zend-servicemanager v3. - #19 provides a thorough fix for an issue when removing all items in a collection associated with a form. Prior to this release, values that existed in the collection persisted when a form submission intended to remove them.