Dan
Results
1
issues of
Dan
When calling $select->setValue(array('1.1')), selected values French and Japanese, but Japanese is incorrect value ``` php use Zend\Form\Element; use Zend\Form\Form; $select = new Element\Select('language'); $select->setLabel('Which is your mother tongue?'); $select->setValueOptions(array( '1.1'...
bug