I have used bootstrap form validation but it doesn't work in safari browser. When I select first option and submit but it remain disabled, but when select the second option then it work well and removed the disabled. Please help me....My code is here...
<select name="gender" class="form-control" required="true">
<option value="">Select Gender</option>
<option value="Male">Male</option>
<option value="Female">Female</option>
</select>