You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.