bootstrap-validator
bootstrap-validator copied to clipboard
Not working with bootstrap selectpicker
<label for="select" class="control-label">Title</label>
<div class="form-input">
<select class="selectpicker form-control" title="Please Select" id="select" name="select" required>
<option value=""></option>
<option value="1">Mr</option>
<option value="2">Mrs</option>
<option value="3">Ms</option>
<option value="4">Miss</option>
<option value="5">Dr</option>
</select>
<div class="help-block with-errors"></div>
This is my code sample. When I remove selectpicker, the validation working fine. Might be conflicting with bootstrap selectpicker plugin?
Can you put an example on JSBin? Here's a template: http://jsbin.com/zofugirigi/1/edit
Here it is. http://jsbin.com/vixedijere Validation not working.
I'm using bootstrap selectpicker plugin. https://silviomoreto.github.io/bootstrap-select/
It works when click submit only. We we click select menu and click outside, it's not working like input fields.
Hi. I've the same problem. Any ideas? Thanks in advance.