正如标题所说:它不能一起工作
我的代码:
<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不能很好地协同工作。考虑通过tabindex
和selected