Skip to content

Allow customizing day selection instead of relying on DayOfWeekSelector add-on #15

@paodb

Description

@paodb

Feature proposal

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.

Additional information

No additional information.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    To Do

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions