ZF-3499: helper="formMultiCheckbox" being added to fieldset
Description
I've created a Zend_Form and added a Zend_Form_Element_MultiCheckbox element to it with the following decorators: ViewHelper, Fieldset. When using setLegend on the Fieldset decorator the HTML output is something like below:
... snip ...
<
fieldset id="testMulti" helper="formMultiCheckbox">
test legend... snip ...
helper is not a valid attribute and I believe it is being added to the fieldset tag errantly.
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2008-08-04T06:43:58.000+0000
Related to several other changes; scheduling for 1.6 release.
Posted by Matthew Weier O'Phinney (matthew) on 2008-08-05T10:01:50.000+0000
Fixed in trunk in r10689 and in 1.6 release branch in r10690.
Posted by Wil Sinclair (wil) on 2008-09-02T10:38:51.000+0000
Updating for the 1.6.0 release.