jqBootstrapValidation
jqBootstrapValidation copied to clipboard
Does not check for null variables
The following piece of code creates a null variable, and will fail the validation plugin.
<select class="form-control" required data-validation-required-message="Please ... ">
<option disabled>Default Info</option>
<option>Choice 1</option>
</select>