My html 5 validations are not working on i-phone please suggest. I am using required in my input fields.
我的html 5验证不适用于i-phone请建议。我在输入字段中使用required。
<input type="text" class="form-control" id="estimated_budget" placeholder="Estimated Budget" name="estimated_budget" required = "true">
1 个解决方案
#1
1
try this
<input type="text" class="form-control" id="estimated_budget" placeholder="Estimated Budget" name="estimated_budget" required = "required">
#1
1
try this
<input type="text" class="form-control" id="estimated_budget" placeholder="Estimated Budget" name="estimated_budget" required = "required">