You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation uses DayOfWeekSelector Add-on for day selection when creating/editing a daily cron expression. Although is a good choice, it might be limiting for users who want to implement custom ways of selecting days.
For example:
Using a multi-select combo box to pick specific days.
Integrating with a custom UI that already provides weekday selection elsewhere.
Displaying days based on locale or a specific calendar view.
It would be great if the component allowed customizing or replacing the day selection UI, instead of being tied to the DayOfWeekSelector implementation.
Describe solution expectations
Possibility to customize how days are selected. Optionally disable the built-in day selector in case user want to manage day selection differently.