mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-03 19:16:51 +00:00
Workaround IE tab order issue w/ js initial select
This commit is contained in:
2
public/js/ff/guest.js
vendored
2
public/js/ff/guest.js
vendored
@@ -22,5 +22,5 @@ $(function () {
|
||||
"use strict";
|
||||
|
||||
// Focus first visible form element.
|
||||
$("form input:enabled:visible:first").first().select()
|
||||
$("form input:enabled:visible:first").first().focus().select()
|
||||
});
|
Reference in New Issue
Block a user