N°2311 Fix focus set to sumbit button when pressing "tab" key after filing inputs

This commit is contained in:
Molkobain
2019-11-29 17:40:07 +01:00
committed by odain
parent d2d203df34
commit 071a254611

View File

@@ -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>