Fixed handling of empty values with TextConstraint

This commit is contained in:
Jan Böhmer 2022-08-21 02:41:04 +02:00
parent ff5b59e25d
commit 7c14ebaa28

View file

@ -41,6 +41,7 @@ class TextConstraintType extends AbstractType
'placeholder' => 'filter.text_constraint.value',
],
'required' => false,
'empty_data' => '',
]);