ZF-6052: Zend_Dojo_Form_Element_FilteringSelect adds unacceptable attributes to input element
Description
Zend_Dojo_Form_Element_FilteringSelect adds "options" and "listsep" attributes to input element
view->doctype('XHTML11')
$S = new Zend_Dojo_Form_Element_FilteringSelect('S',
array(
'label'=>'Selection',
'storeId'=>'selStore',
'storeType'=>'dojo.data.ItemFileReadStore',
'dijitParams'=>array('searchAttr'=>'selection','disabled'=>'disabled',),
'storeParams'=>array(
'url'=>'/Mats/JsonSvc/sel',
),
)
);
Output
Comments
Posted by Rob Allen (rob) on 2012-11-20T20:53:26.000+0000
Bulk change of all issues last updated before 1st January 2010 as "Won't Fix".
Feel free to re-open and provide a patch if you want to fix this issue.