Can I check password confirmation in bootstrap 4 with default validation options?
问题 I have read https://getbootstrap.com/docs/4.0/components/forms/#validation. After reading I guess it is possible to check confirmation password in client site using bootstrap 4 default options. And, as I new in web development I can't figure out the solution. If it is possible then how? My signup modal is <li><button type="button" class="btn btn-light btn-lg" data-toggle="modal" data-target="#signUp">Sign Up</button></li> <li><button type="button" class="btn btn-light btn-lg" data-toggle=