-
-
Notifications
You must be signed in to change notification settings - Fork 175
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
Validating input group #765
Comments
You would need to tweak the I'm not a fan of the existing views. They only act as a starting point. They cannot account for all the different ways users structure HTML, even when a framework is used. In nearly every eventuality the default view will need to be tweaked. |
In the bootstrap4 view, this was addressed. Would it make sense to copy that part? A quick fix is to set
in config/jsvalidation.php. @bytestream - If I made a PR to include that code into bootstrap5.php, would you accept it? |
@mankowitz I'm not sure what fix you're referring to in bootstrap4, but sure :) |
This issue/proposal has been automatically marked as idle and stale because it hasn't had any recent activity. It will be automatically closed if no further activity occurs. If you think this is wrong, or the problem still persists, just pop a reply in the comments and one of the maintainers will (try!) to follow up. Thank you for contributing :) |
Subject of the issue
When validating input group with Bootstrap 5, span is split to new line.
Your environment
Steps to reproduce
https://getbootstrap.com/docs/5.1/forms/input-group/
between input and span against on end .input-group.
Expected behaviour
Validation message have to go on end of
.input-group
class.Actual behaviour
Validation message go after input, but before span.
Before validation
After validation
The text was updated successfully, but these errors were encountered: