Skip to content

Commit da7cb88

Browse files
committed
minor #15417 Update bootstrap5.rst (abunch)
This PR was merged into the 5.3 branch. Discussion ---------- Update bootstrap5.rst Apply input-group class to a TextType field instead of a CheckboxType field <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 3a0dc3c Update bootstrap5.rst
2 parents 1b130ce + 3a0dc3c commit da7cb88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/bootstrap5.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ class to the ``row_attr`` option.
187187

188188
.. code-block:: php
189189
190-
$builder->add('email', CheckboxType::class, [
190+
$builder->add('email', TextType::class, [
191191
'label' => '@',
192192
'row_attr' => [
193193
'class' => 'input-group',

0 commit comments

Comments
 (0)