Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/windows/14.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
Angularjs 字段集禁用不';I don’我不在IE上工作_Angularjs_Internet Explorer_Fieldset_Disabled Input - Fatal编程技术网

Angularjs 字段集禁用不';I don’我不在IE上工作

Angularjs 字段集禁用不';I don’我不在IE上工作,angularjs,internet-explorer,fieldset,disabled-input,Angularjs,Internet Explorer,Fieldset,Disabled Input,我将angularjs与fieldset一起使用 <fieldset ng-disabled="true"> 目前,通过一些谷歌搜索并尝试解决此问题,但在禁用模式下仍无法工作: 当输入字段被禁用时,我仍然可以编辑它 有人有同样的问题,对此有什么想法吗? IE版本:11.0.14393.0 谢谢请尝试以下工作: fieldset[disabled] { pointer-events: none; } 结账还有两个解决方法,你可以试试。我已经用我的应用程序试过了,但似乎没有

我将angularjs与fieldset一起使用

<fieldset ng-disabled="true">

目前,通过一些谷歌搜索并尝试解决此问题,但在禁用模式下仍无法工作: 当输入字段被禁用时,我仍然可以编辑它

有人有同样的问题,对此有什么想法吗? IE版本:11.0.14393.0 谢谢

请尝试以下工作:

fieldset[disabled] {
   pointer-events: none;
}

结账还有两个解决方法,你可以试试。我已经用我的应用程序试过了,但似乎没有帮助!这是可行的,但我仍然有一个问题,即复选框没有变灰:(你如何挫败我,Edge和IE!