jquery-validation-unobtrusive-bootstrap
jquery-validation-unobtrusive-bootstrap copied to clipboard
Add-on to jQuery Validation to make unobtrusive validation compatible to Bootstrap v4.x.
Everything seems to work great with the validation annotations on the view model. However, I am having issues when, on the server-side (after a form post), I do some additional...
Just ran into this awesome add-on, that saved me a lot of headaches. Just wanted to let you know that is doesn't really play nicely with the custom-control's for radio...
I do see the 'is-invalid' class and 'valid'. But I **not** see the the **'is-valid'** class added. My JavaScript includes are as such: ``` ``` I am using: Bootstrap v4.3.1...