strapi-calendar icon indicating copy to clipboard operation
strapi-calendar copied to clipboard

Suggestion: Using component fields to select start/end datetime

Open rehantoday opened this issue 8 months ago • 1 comments

While exploring this plugin, I have noticed that if I have a use-case where I have a component inside an entity which is used to group related fields. I cannot select datetime or title from inside that component.

Example:

|__ Entity: Program
    |__ Component 1: Basic Data
         |__ Name:
         |__ Details:
    |__ Component 2: Timing
         |__ Start Time:
         |__ End Time:

I wonder if this is a popular use-case or not. But at least in my experience this is a much-needed feature.

rehantoday avatar Jul 03 '24 19:07 rehantoday