IE 11 disable="True" 不工作 [重复]
Posted
技术标签:
【中文标题】IE 11 disable="True" 不工作 [重复]【英文标题】:IE 11 disable="True" not working [duplicate] 【发布时间】:2015-07-15 03:20:34 【问题描述】:谁能帮助我了解为什么 disable="true"
的按钮在 Internet Explorer 11 中不起作用而 disable="disable"
起作用?还提供一个适用于 IE 9 和 IE 11 的解决方案。
【问题讨论】:
"禁用" != "禁用" ;) 【参考方案1】:禁用按钮的正确简单方法是添加disabled
属性:
<button>I am not disabled!</button>
<br /><br />
<input type="button" value="Disabled input" disabled/>
<button disabled>I am disabled!</button>
【讨论】:
以上是关于IE 11 disable="True" 不工作 [重复]的主要内容,如果未能解决你的问题,请参考以下文章
解决[disabled]="true"与formControlName冲突