-
-
Notifications
You must be signed in to change notification settings - Fork 262
field errors are not shown #147
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
Comments
@AlekseiKhatkevich did you ever come right with this? I'm having the same issue. |
Seems to be this issue: A working but not exactly brilliant solution is to add this css: .invalid-feedback {
display: block;
} |
@will-emmerson also seems like you can add <form action="." method="post" class="form" novalidate>
...
</form> //cc @AlekseiKhatkevich |
Tried this solution. Doesnt work |
That is strange @AlekseiKhatkevich, working in my project. |
Hello
if render fields separatelly from the main form, field errors under the fields after false valdation arent shown. If render form as a whole - everything is fine.
html:
Should i use special div classes to swith it on maybe?
Fields are marked in green and red according True/false validation -thats fine, but no error texts are shown under the field. Main errors panel above the whole form displays them
Thank you
The text was updated successfully, but these errors were encountered: