我使用了引导表单验证,但它在safari 浏览器中不起作用。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. 请帮助我......我的代码在这里......
<select name="gender" class="form-control" required="true">
<option value="">Select Gender</option>
<option value="Male">Male</option>
<option value="Female">Female</option>
</select>