mirror of
https://github.com/grocy/grocy.git
synced 2026-03-28 07:39:25 +01: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…
Reference in New Issue
Block a user