单选按钮已选中且tabindex不能一起使用

时间:2018-08-17 16:27:02

标签: html radio-button checked tabindex

正如标题所说:它不能一起工作

我的代码:

<input type="radio" name="radio{{ tr.Id }}" value="y" tabindex="{{ tabindex }}">Correct
<input type="radio" name="radio{{ tr.Id }}" checked>Idk
<input type="radio" name="radio{{ tr.Id }}" value="n">Wrong

此代码中的tabindex不起作用

当我删除checked tabindex=""

我正在使用Twig,并且Twig计数器正确({{tabindex}})!

在此先感谢您的帮助:)

这个问题可能是重复的,但我只想指出一下checked和tabindex不能很好地协同工作。考虑通过tabindexselected

使用下拉菜单作为单选

0 个答案:

没有答案