Jquery bootstrap select2 plugin issue with validate plugin
问题 In my bootstrap project I'm trying to use the plugin select2 but I realized that if you use this plugin are no longer able to validate select fields in my form with validate plugin. I would avoid using the commercial plugin bootstrap validator.. <div class="container"> <div class="row"> <form id="test_form" action="?"> <div class="col-md-3"> <div class="form-group"> <label for="name">Foo</label> <select class="form-control" id="foo" name="foo"> <option value=""></option> <option value="1">1<