Open trusktr opened 7 years ago
So when there is .form-group > input
it works fine, but doesn't work at all with .form-group > .input-group > input
.
@trusktr Were you able to find a solution?
I have the same problem, how did you solve it?
I think I just re-structured my forms.
I'm using Bootstrap 4 alpha.
When I have something like the following, it works fine:
But when I move the
input
into a.input-group
, there is no longer any validation, it just stops working: