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
Is your feature request related to a problem? Please describe
I wanted to display the event actions as a menu rather than a list of links. In order to do this, I had to create my own calendar-event-actions-menu component and then use custom templates for the month/week/day view components where I replaced references to mwl-calendar-event-actions with my custom component.
Describe the solution you'd like
It might be easier if mwl-calendar-event-actions could take a custom template instead.
Describe your use case for implementing this feature
Easier customisation of the display of event actions, eg as a menu instead of a list of links
Additional context
Is there a way to simply override the mwl-calendar-event-actions component? I was getting an error about the same selector referencing multiple components and I didn't really follow that trail, opting for the workaround above.
I'm surprised this is the first time it's come up, it's definitely a gap in the API, I've added it now in the latest beta, install instructions and how to migrate are here: #589 Let me know if that works ok for you 😄
Is your feature request related to a problem? Please describe
I wanted to display the event actions as a menu rather than a list of links. In order to do this, I had to create my own calendar-event-actions-menu component and then use custom templates for the month/week/day view components where I replaced references to mwl-calendar-event-actions with my custom component.
Describe the solution you'd like
It might be easier if mwl-calendar-event-actions could take a custom template instead.
Describe your use case for implementing this feature
Easier customisation of the display of event actions, eg as a menu instead of a list of links
Additional context
Is there a way to simply override the mwl-calendar-event-actions component? I was getting an error about the same selector referencing multiple components and I didn't really follow that trail, opting for the workaround above.
Some code:
calendar-event-actions-menu.component.ts
open-day-events.template.html
Would be easier if I could do something like:
The text was updated successfully, but these errors were encountered: