mirror of
https://github.com/grocy/grocy.git
synced 2025-08-16 18:54:35 +00:00
More initial form field focus optimizations
This commit is contained in:
@@ -661,7 +661,10 @@ if (GetUriParam("embedded") !== undefined)
|
||||
}
|
||||
|
||||
// Default input field
|
||||
Grocy.Components.ProductPicker.GetInputElement().focus();
|
||||
setTimeout(function()
|
||||
{
|
||||
Grocy.Components.ProductPicker.GetInputElement().focus();
|
||||
}, 500);
|
||||
|
||||
$(document).on("change", "#scan-mode", function(e)
|
||||
{
|
||||
|
Reference in New Issue
Block a user