-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[TwigBridge] Improve form_errors of bootstrap5 form theme #49243
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
[TwigBridge] Improve form_errors of bootstrap5 form theme #49243
Conversation
Can you please update the screenshots to also include a |
95519e0
to
db2e616
Compare
It looks like something for 6.3 instead. |
db2e616
to
f78d5d1
Compare
@xabbuh Thanks for your advice! You are right, there was a problem with my earlier code. I fixed it and re-pushed and also attached the complete usage code and screenshots to the description. Now I'm working on fixing some tests. |
@fabpot OK, I've just rebased. |
I've fixed some tests for this PR. |
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.
This is a nice improvement!
Takashi, thanks for your contribution.
ecfc662
to
f4c546d
Compare
Thank you @ttskch. |
This PR improves output of
form_errors()
for the root form with Bootstrap 5 form theme.Example
Usage code
Before
After