-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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 validation message does not wrap in input group #1518
Comments
how can we reproduce this issue? Maybe it's enough to improve the structure of the HTML? See this example in the documentation: https://mdbootstrap.com/docs/standard/forms/validation/#section-basic-example. The email field is the input group and everything is in the right place. |
Hi, thanks for your reply.
|
I checked this code and input fills the entire width. After validation, feedback shows up on the input. But that's because you overwrote its margin top. I see you added the |
Yes, I've been using
It was set like this in the previous releases (prior to 6.2), but been broken afterwards. Please evaluate whether it would make sense to include to the upcoming releases. Thank you. |
I'm not sure what you mean. Has this code been removed? from what i can see it should still be available. Can you point to the specific place it was removed from? |
Please assign me |
Hello,
I'm using
MDB 6.2.0
.The
.invalid-feedback
class nested in.input-group
is shown right to the input instead of being wrapped to the bottom and the input itself is shrunk:The text was updated successfully, but these errors were encountered: