creativetimofficial / vue-paper-dashboard

Creative Tim Paper Dashboard made for Vue

Home Page:https://www.creative-tim.com/product/paper-dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bootstrap is-valid and is-invalid class in form-control doesn't work

christhofer opened this issue · comments

Bootstrap's is-valid and is-invalid class for form-control is being overrided.

If not using Vue-Paper's border-input class, the border is being set to none, which makes the is-valid and is-invalid border color not showing.
If using Vue-Paper's border-input class, the is-valid and is-invalid color is being overrided by border: 1px solid #CCC5B9;

Oh, Vue-Paper has its own has-error and has-success. It is put on the parent of the form-control.

Maybe it needs to be shown in demo?