输入字段上的自动聚焦属性在IE 11中不起作用

时间:2015-12-03 14:15:29

标签: html html5 internet-explorer

我似乎无法在IE 11中使用它,我创建了一个非常简单的jsfiddle:http://jsfiddle.net/0qwbr7gh/ 使用以下输入框:

<input type="text" autofocus/>

在chrome中,它按预期工作,输入字段专注于加载。在IE 11中它没有。

微软表示,他们的网站支持它并附带一个例子。 并且它表示支持: http://caniuse.com/#feat=autofocus

我错过了什么?

2 个答案:

答案 0 :(得分:3)

IE11不支持自动对焦(尽管在caniuse中)。 您可以查看How to make input autofocus in internet explorer?

答案 1 :(得分:0)

现在是2019年,IE11在支持自动对焦方面仍然很糟糕。我当时使用的是AngularJS,唯一起作用的是:

https://myplanet.github.io/angular-auto-focus/