On the minutes tab, the default value that loads on the dropdown is 1.
If I not change this (triggering the onChange function of the dropdown) , the resulting cron expression is generated as null.
If I click on the dropdown and change the value from 1 -> 3 and then back to 1. (Which is guess is triggering an event) , then the cron expression is generated properly.
Hi,
On the minutes tab, the default value that loads on the dropdown is 1.
If I not change this (triggering the onChange function of the dropdown) , the resulting cron expression is generated as null.
If I click on the dropdown and change the value from 1 -> 3 and then back to 1. (Which is guess is triggering an event) , then the cron expression is generated properly.
Is there any workaround for this?