There was a Zend_Form_Element_Multiselect in Zend Framework 1.12.
How to achieve the same result in Zend Framework 2.0 ?
I only see Zend\Form\Element\MultiCheckbox and Zend\Form\Element\Select
There was a Zend_Form_Element_Multiselect in Zend Framework 1.12. How to achieve the same result
Share
Ok, I found the answer myself and it wasn’t easy to read out of the official documentation, rather an experiment solution :
Just add
to your setup.