react-js-cron
react-js-cron copied to clipboard
A React cron editor built with antd
### Discussed in https://github.com/xrutayisire/react-js-cron/discussions/34 Originally posted by **abhijeet3112** September 3, 2022 Is there any functionality we have that supports setting the single dropdown selection for minutes dropdown while keeping other...
**Is your feature request related to a problem? Please describe.** This is the best cron generator I've found, but my project uses material UI. I think it'd be great if...
I am getting this warning when I click on the dropdown. `warning.js:20 Warning: [antd: Select] `dropdownClassName` is deprecated which will be removed in next major version. Please use `popupClassName` instead.`
**Describe the bug** When clicked on `clear` button in `minutes` or `hours` Select, the value inside don't get cleared. **To Reproduce** Steps to reproduce the behavior: 1. Go to 'Cron...
Description: I am utilizing the react-js-cron to create weekly cron expressions. However, when attempting to edit a cron expression for all days of the week, the editor automatically switches to...
**Is your feature request related to a problem? Please describe.** It would be nice if there was support for the main special characters (a lot of backend cron library support...
Is it possible to support quartz cron expression , or the widget support quartz cron expression as default value
**Describe the bug** When I add the dropdownsConfig property to the Cron component, it starts to re-render and goes into an infinite loop. **To Reproduce** Steps to reproduce the behavior:...
**Describe the bug** Nextjs build taking too long or getting stuck suddenly Since 6th May (we noticed the issue on this date), our nextjs project build is taking about 28...
**`allowEmpty` not working properly** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I want to restrict the user from setting the cron...