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 3f04fdd commit eb003e4Copy full SHA for eb003e4
Form/FieldTypeHandler/EnhancedFile.php
@@ -98,11 +98,9 @@ protected function buildFieldForm(
98
$options["constraints"][] = new Constraints\File( $constraints );
99
}
100
101
- // Image should not be erased (updated as empty) if nothing is selected in file input
+ // EnhancedBinaryFile should not be erased (updated as empty) if nothing is selected in file input
102
$this->skipEmptyUpdate( $formBuilder, $fieldDefinition->identifier );
103
104
- //$options["block_name"] = "ezforms_image";
105
-
106
$formBuilder->add( $fieldDefinition->identifier, "file", $options );
107
108
0 commit comments