Skip to content

Commit

Permalink
error_bubbling=false
Browse files Browse the repository at this point in the history
  • Loading branch information
Warxcell committed Jan 15, 2021
1 parent 95a64b3 commit bdf28ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Form/Type/FileType.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ function (Options $options) {
return $options['multiple'] ? null : $this->fileManager->getClass();
}
);
$resolver->setDefault('error_bubbling', false);
$resolver->setDefault('input_options', []);
$resolver->setDefault('multiple', false);
$resolver->setDefault('compound', true);
Expand Down

0 comments on commit bdf28ab

Please sign in to comment.