【发布时间】:2013-06-17 00:56:39
【问题描述】:
当绑定到 angularjs-model 时,Firefox 21 在所需的选择框周围绘制红色边框。
<select ng-model="color" ng-options="c.text for c in colors" required>
<option value="">-- choose color --</option>
</select>
有没有办法让 Firefox 在选择(或不选择)项目后验证输入?
【问题讨论】:
-
在你的小提琴中没有“必需”的输入元素......
-
对不起,丹。我有错误的链接。请再试一次。谢谢。
标签: html validation angularjs