Bootstrap 4 invalid feedback with input group not displaying

前端 未结 10 973
遇见更好的自我
遇见更好的自我 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:22

    I had this issue also and solved it with adding d-block like this:

    @error('terms')
        
    @enderror
    

    Happy coding!

    Bootstrap docs here about d-block:Display property

提交回复
热议问题