mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +00:00
Trigger input event after SetValue of datetimepicker (fixes #363)
This commit is contained in:
parent
363dcf448e
commit
e5530e2058
@ -22,6 +22,8 @@ Grocy.Components.DateTimePicker.SetValue = function(value)
|
||||
{
|
||||
$("#datetimepicker-shortcut").click();
|
||||
}
|
||||
|
||||
Grocy.Components.DateTimePicker.GetInputElement().keyup();
|
||||
}
|
||||
|
||||
Grocy.Components.DateTimePicker.Clear = function()
|
||||
|
Loading…
x
Reference in New Issue
Block a user