Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
5.4
When adding a marker using CSS for required inputs and an error occurs, the marker will be shifted downward by the error text.
bootstrap_4_layout.html.twig
label { &.required { &:after { content: " *"; font-weight: bold; color: crimson; font-size: 0.9em; } } }
The error text should appear below the form label block.
No response
The text was updated successfully, but these errors were encountered:
Thanks for the bug report, can you send a PR to fix the behavior?
Sorry, something went wrong.
Sure, I will prepare the PR
Hey, thanks for your report! There has not been a lot of activity here for a while. Is this bug still relevant? Have you managed to find a workaround?
No branches or pull requests
Symfony version(s) affected
5.4
Description
When adding a marker using CSS for required inputs and an error occurs, the marker will be shifted downward by the error text.
How to reproduce
bootstrap_4_layout.html.twig
to twig form themePossible Solution
The error text should appear below the form label block.
Additional Context
No response
The text was updated successfully, but these errors were encountered: