8000 Remove `size` FormView variable by mpdude · Pull Request #47522 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Remove size FormView variable #47522

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 9, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove size FormView variable
  • Loading branch information
mpdude authored Sep 8, 2022
commit c6d455a6106fd5e5633b41270ebc3450a25b5ec7
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ public function buildView(FormView $view, FormInterface $form, array $options)
'value' => $form->getViewData(),
'data' => $form->getNormData(),
'required' => $form->isRequired(),
'size' => null,
'label_attr' => $options['label_attr'],
'help' => $options['help'],
'help_attr' => $options['help_attr'],
Expand Down
0