Conversation
dde1a3a to
91b4c2c
Compare
mdo
left a comment
There was a problem hiding this comment.
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-validationclass 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