-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Fix input group border radii #31953
Fix input group border radii #31953
Conversation
dde1a3a
to
91b4c2c
Compare
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.
Damn, what a doozy of a PR. Props for a fairly elegant solution here.
This could be backported, yeah? Technically not a breaking change if we added to v4.6.0 since we're adding a class that fixes a longstanding bug. |
Ok, nevermind, I think I nailed it now 😄
Indeed, we're adding a class to fix the issue. That's not a breaking change since it was already broken 😛 |
LGTM! Shouldn't this be added to the migration guide? Or backporting it to v4 means this is not needed? |
I think it'd be helpful to mention in Migration because people want this to be a bugfix or breaking change. |
11497f9
to
07483d8
Compare
Updated the migration guide and opened #31962 to backport this to v4 |
Fixes #25110 by requiring a
.has-validation
class on input groups with validation (tooltips/feedback).Closes #31666
Preview:
https://deploy-preview-31953--twbs-bootstrap.netlify.app/docs/5.0/forms/input-group/
https://deploy-preview-31953--twbs-bootstrap.netlify.app/docs/5.0/forms/validation/#server-side
https://deploy-preview-31953--twbs-bootstrap.netlify.app/docs/5.0/forms/validation/#tooltips