数字键/数字小键盘符号(+-* /)在IE中不起作用-在Chrome中完美运行。
<input type="text" restrict-to="^[\d\(\)\-+]+$" class="form-control" value="0">
我可以在IE中使用'-',但不能在数字键盘上使用。
答案 0 :(得分:0)
小键盘的小数点分隔符应被接受为,(逗号)。
重现问题的步骤 首先尝试更新您的PC驱动程序!
使用autoNumeric版本4.4.0 在浏览器中的Internet Explorer版本11 在Windows操作系统上 然后使用以下选项实例化autoNumeric对象: 新的AutoNumeric(domElement,{digitGroupSeparator:'。',decimalCharacter:','}); 无法输入德语键盘上的Numad十进制字符。
www.ervin-desgisn.eu