We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9725030 commit d0fc4f2Copy full SHA for d0fc4f2
1 file changed
Form/Field/FieldFactory.php
@@ -29,7 +29,7 @@ public function create(
29
AbstractBlock $block,
30
array $data = [],
31
): Field {
32
- // @todo: Move this to form field data sanitizer
+ // @todo: Move this to form field data sanitizer or just some value object
33
if (!isset($data['field_type']) || empty($data['field_type'])) {
34
$data['field_type'] = 'input';
35
}
0 commit comments