Bootstrap 4 invalid feedback with input group not displaying

前端 未结 10 1120
遇见更好的自我
遇见更好的自我 2021-02-04 00:38

I have been looking into Bootstrap 4 - beta, however when using .is-invalid with .input-group it doesn\'t seem to show up.

10条回答
  •  青春惊慌失措
    2021-02-04 01:05

    To make it looks exactly the same you can use an inline if, in Laravel for example:

    
                       @if ($errors->has('label'))
                           
                       @endif
    

提交回复
热议问题