I have been looking into Bootstrap 4 - beta, however when using .is-invalid with .input-group it doesn\'t seem to show up.
.is-invalid
.input-group
You can always override styles using !important Add this to your custom css file
!important
.invalid-feedback{ display: inline !important; }