Bootstrap 4 invalid feedback with input group not displaying

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

    here is my "diy" answer

    html

    Start Date
    Error Message

    css

    .error-feedback{
        border:1px red solid;
    }
    

    I know there is a bit off but, IMO pretty good compared this example

提交回复
热议问题