jqBootstrapValidation icon indicating copy to clipboard operation
jqBootstrapValidation copied to clipboard

Does not check for null variables

Open tylerwowen opened this issue 10 years ago • 0 comments

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>

tylerwowen avatar May 01 '15 20:05 tylerwowen