Trigger input event after SetValue of datetimepicker (fixes #363)

This commit is contained in:
Bernd Bestel 2019-09-22 08:53:05 +02:00
parent 363dcf448e
commit e5530e2058
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -22,6 +22,8 @@ Grocy.Components.DateTimePicker.SetValue = function(value)
{
$("#datetimepicker-shortcut").click();
}
Grocy.Components.DateTimePicker.GetInputElement().keyup();
}
Grocy.Components.DateTimePicker.Clear = function()