mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°2311 Fix focus set to sumbit button when pressing "tab" key after filing inputs
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
{# @license http://opensource.org/licenses/AGPL-3.0 #}
|
||||
|
||||
<div>
|
||||
<input type="submit" value="{{ 'UI:Button:Login'|dict_s }}" />
|
||||
<input type="submit" value="{{ 'UI:Button:Login'|dict_s }}" tabindex="3" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user