diff --git a/Form/Type/ChoiceWithOtherType.php b/Form/Type/ChoiceWithOtherType.php index 05b011f22..15a2e4a22 100644 --- a/Form/Type/ChoiceWithOtherType.php +++ b/Form/Type/ChoiceWithOtherType.php @@ -29,7 +29,6 @@ class ChoiceWithOtherType extends AbstractType $options['expanded'] = true; // adding a default value for choice $options['empty_data'] = null; - $options['choices_as_values'] = true; $builder ->add('_other', TextType::class, array('required' => false))