You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think either of these is particularly correct in the .was-validated area but this bit #app.is-invalid ~ .invalid-feedback is tripping me up, missing a space between #app and .is-invalid.
I think the original fix that made nesting work was #17352, and then possibly what broke it again was #29264 or #28447.
In general I despise the nested Sass rulesets in the validation mixin, but it was the easiest and sanest way forward at the time. I’m down to see it rewritten, though I don’t plan to focus on that myself anytime soon unfortunately.
I use bootstrap nested in a a selector like this:
In 4.3.1, form control validation produced this CSS for invalid-feedback:
In 4.4.0 it changed to this (and remains the same in 4.5.0):
I don't think either of these is particularly correct in the
.was-validated
area but this bit#app.is-invalid ~ .invalid-feedback
is tripping me up, missing a space between#app
and.is-invalid
.I think the original fix that made nesting work was #17352, and then possibly what broke it again was #29264 or #28447.
Relevant build versions:
-webpack 4 with recommended scss rules
-node 14
-node-sass 4.14
The text was updated successfully, but these errors were encountered: