-
-
Notifications
You must be signed in to change notification settings - Fork 122
Description
What happened?
When displaying an event using the Date buttonStyle, the detail section includes a date which is formatted mm/dd/yyyy (US date format). Is it possible to provide either an option to specify that date format, or an option to just hide that date entirely... it's already included on the left side of the button anyway so largely redundant. I'm also not sure why but the date does not appear all of the time.
Would also be good to have an option to hide the time zone display. One would assume it is always in the local time based on the location - so we would prefer it to be disabled entirely.
I can remove these values with JavaScript but working with the shadowRoot is a bit of a pain in that regard.
How to reproduce?
This seems to display only if the time zone is not the same as the client time zone.
Screenshots & more
No response
System & Environment
- Device and OS: Windows
- Browser: Chrome
- Version number of the application: 138.0.7204.97
- How you include the script: CDN + add-to-calendar-button element (basic JS implementation)