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
parent b9008d2459
commit 928b82a9c8

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>