Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

validClass: 'is-valid' is never added #7

Open
wayneforrest opened this issue May 8, 2019 · 0 comments
Open

validClass: 'is-valid' is never added #7

wayneforrest opened this issue May 8, 2019 · 0 comments

Comments

@wayneforrest
Copy link

wayneforrest commented May 8, 2019

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:


<script src="~/lib/jquery/dist/jquery.js"></script>
<script src="~/lib/jquery-validation/dist/jquery.validate.js"></script>
<script src="~/lib/jquery-validation/dist/additional-methods.js"></script>
<script src="~/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js"></script>
<script src="~/lib/jquery-validation-unobtrusive-bootstrap/dist/unobtrusive-bootstrap.js"></script>

 <script src="~/lib/bootstrap/dist/js/bootstrap.bundle.js"></script>

I am using:
Bootstrap v4.3.1
jQuery JavaScript Library v3.3.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant