-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Form] Add option separator
to ChoiceType
to use a custom separator after preferred choices
#52447
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
[Form] Add option separator
to ChoiceType
to use a custom separator after preferred choices
#52447
Conversation
Hey! Thanks for your PR. You are targeting branch "6.4" but it seems your PR description refers to branch "7.1". Cheers! Carsonbot |
The |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO this should indeed be a „real“ form type option.
src/Symfony/Bridge/Twig/Resources/views/Form/form_div_layout.html.twig
Outdated
Show resolved
Hide resolved
src/Symfony/Bridge/Twig/Resources/views/Form/foundation_5_layout.html.twig
Outdated
Show resolved
Hide resolved
Approved corrections |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
with a minor suggestion for the changelog
separator_html
option to display the separator
text as HTMLseparator
to ChoiceType
to use a custom separator after preferred choices
…or after preferred choices
Thank you @mboultoureau. |
Add
separator_html
option to display theseparator
text as HTML