Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/javascript/417.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript &引用;“Interner Explore已停止工作”;在IE 11中,当用户在html数字输入上使用标签时出现问题_Javascript_Angularjs_Html_Internet Explorer - Fatal编程技术网

Javascript &引用;“Interner Explore已停止工作”;在IE 11中,当用户在html数字输入上使用标签时出现问题

Javascript &引用;“Interner Explore已停止工作”;在IE 11中,当用户在html数字输入上使用标签时出现问题,javascript,angularjs,html,internet-explorer,Javascript,Angularjs,Html,Internet Explorer,我有一个关于IE 11的问题,当我在html数字输入internet Explorer上靠近标签时,我使用的是输入类型=“数字”和角度指令“字符串到数字”。 我正在编写代码并显示一个错误 我的Html代码 <input type="number" string-to-number name="txtNum" autocomplete="off" ng-model="NumModel" ng-min="0.00" ng-max="999.99" /> 选项卡要控制时出现错误消息

我有一个关于IE 11的问题,当我在html数字输入internet Explorer上靠近标签时,我使用的是输入类型=“数字”和角度指令“字符串到数字”。 我正在编写代码并显示一个错误

我的Html代码

<input type="number"  string-to-number name="txtNum" autocomplete="off" ng-model="NumModel" ng-min="0.00" ng-max="999.99" />

选项卡要控制时出现错误消息


如果@Abhitalks在评论中添加了任何帮助,请尝试添加一些属性。比如添加占位符。听起来很傻,但有时可能有用

缩小你的问题范围。事实上,切换到HTML5数字输入不会使IE11崩溃。所以,一定是别的原因。请尝试删除该指令,然后查看。尝试删除与上一个输入相关联的Javascript(从弹出的位置),然后查看。继续移除东西,直到问题不再出现为止。然后,您将或多或少地知道问题的起因,然后带着这些细节回到这里。@Abhitalks谢谢您的建议帮助我解决其他问题。谢谢,添加空白占位符完成此操作,有时愚蠢的事情会像一个符咒一样工作:)