Open tylerwowen opened 9 years ago
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>
The following piece of code creates a null variable, and will fail the validation plugin.