8000 Add row_attr options to FormType · symfony/symfony@5c9edab · GitHub
[go: up one dir, main page]

Skip to content

Commit 5c9edab

Browse files
Add row_attr options to FormType
1 parent 3a6732e commit 5c9edab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Form/Extension/Core/Type/FormType.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ public function configureOptions(OptionsResolver $resolver)
183183
// section 4.2., empty URIs are considered same-document references
184184
'action' => '',
185185
'attr' => [],
186+
'row_attr' => [],
186187
'post_max_size_message' => 'The uploaded file was too large. Please try to upload a smaller file.',
187188
'upload_max_size_message' => $uploadMaxSizeMessage, // internal
188189
'allow_file_upload' => false,

0 commit comments

Comments
 (0)
0