react-cron-generator icon indicating copy to clipboard operation
react-cron-generator copied to clipboard

Simple react component to generate cron expressions

Results 13 react-cron-generator issues
Sort by recently updated
recently updated
newest added

In order to reproduce this: 1. Navigate to the demo link (https://sojinantony01.github.io/react-cron-generator/) 2. Click on the Weekly tab 3. Select at least two weekdays (e.g.: Monday, Saturday) or a weekday...

Hi, I'm playing with a backend/frontend tool (full stack) that involves cron expressions and AWS. For the frontend part of the app I find this package a must have. Right...

enhancement

Dear team Would like to check with you if there is any plan to interpret ranges using '-' in react-cron-generator E.g. when selecting Monday,Tuesday,Wednesday,Thursday then it ideally would translate into...

enhancement

Hi, I am using your package, it's cool your code. But, I can not see yearly.js implemented. Please your help.

duplicate
enhancement

I miss yearly option for this component

enhancement

Hello, I am using your react-cron-generator library and I appreciate your work on this project. Currently, the library generates a 7-field cron expression, including the seconds field. However, I need...

bug
enhancement

Currently my project is coming up with an error concerning not recognizing this package as a module: "cannot import import { jsxs , jsx } from react/jsx-runtime". The way that...

Hi, I love your product so far, and have a feature request! Currently I am working on a project that includes mutating cron schedules on a specific weekly/hourly basis, is...

Bumps [rollup](https://github.com/rollup/rollup) from 2.79.0 to 2.79.2. Changelog Sourced from rollup's changelog. rollup changelog 4.22.5 2024-09-27 Bug Fixes Allow parsing of certain unicode characters again (#5674) Pull Requests #5674: Fix panic...

dependencies

Header used : Monthly, Weekly, Minutes, Hourly, Daily, Custom Expected behaviour: I have a cron expression: 0 3,8,13,18,23,28,33 * * * * * Custom header should be selected, and '0...