【发布时间】:2017-05-10 12:23:14
【问题描述】:
例如,在输入标签中,我们有一个名为 type 的字段,如果我们将 type ="numeric" 放在其中,则它不允许输入除数字以外的任何内容。
如果我使 td 内容可编辑,我怎么能阻止用户在该 td 标记中输入除数字之外的任何内容。
【问题讨论】:
-
使用html5模式属性pattern="\d*" w3schools.com/tags/att_input_pattern.asp
-
模式只用于输入元素,对吧?至少链接中是这么说的
标签: javascript html angular