Closed
Description
Whilst testing the validation on an expanded multiple choice form element, I changed one of the checkbox values to a value not in the choice list. This yielded an UnexpectedTypeException
at Symfony/Component/Form/Form.php line 576
. The problem is caused by the array_combine()
in FixCheckboxInputListener::preBind()
returning false because $indicies
contains 2 elements but $values
contains 3.