vue-js-cron
vue-js-cron copied to clipboard
Renderless Vue.js cron editor
When the component is used in a modal, the scroll of the modal move when we open one of the drop down. several el-element component had the same issue: https://devs.keenthemes.com/question/element-ui-el-select-on-modal-makes-the-scroll...
Take Clock Format of [ReactJS Cron](https://xrutayisire.github.io/react-js-cron/?path=/docs/reactjs-cron--demo) as refernece.
Mention that Vue 2 >= 2.6.13 is required. Related #27
I know it is not an issue, but are you planning to make it compatible with quartz format? regards
 Caused by: java.lang.RuntimeException: CronExpression '0 * * ? 1 0' is invalid. at org.quartz.CronScheduleBuilder.cronSchedule(CronScheduleBuilder.java:111) ... 87 common frames omitted Caused by: java.text.ParseException: Day-of-Week values must be between 1 and...
Hi everyone! I don't know if this is the correct place and way to request a feature since I'm pretty new to logging issues. (Please don't flame me) I want...
According to #58 `vue-js-cron` requires typescript >= 5
In quartz mode the dropdown options of "day of month" or "day of week" need a option likes "not specified" or "[empty]". Current interact of these two dropdown in quartz...