diff --git a/ui/src/core/xibo-calendar.js b/ui/src/core/xibo-calendar.js index d4d2b6b4ad..fd38cfa5dd 100644 --- a/ui/src/core/xibo-calendar.js +++ b/ui/src/core/xibo-calendar.js @@ -849,9 +849,9 @@ var setupScheduleForm = function(dialog) { }, 500); // Bind to the H:i:s fields - $form.find("#hours").on("change", evaluateDates); - $form.find("#minutes").on("change", evaluateDates); - $form.find("#seconds").on("change", evaluateDates); + $form.find("#hours").on("change keyup", evaluateDates); + $form.find("#minutes").on("change keyup", evaluateDates); + $form.find("#seconds").on("change keyup", evaluateDates); // Handle the repeating monthly selector // Run when the tab changes