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
{{ message }}
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.
I am developing multi-locale application and I have a problem. Your defaultConfig contains timeFormat and it replace timeFormat from locale setting.
So my question is why you hardcoded this value (to european time format) and is it necessary?
I think you can remove this value from defaultConfig and let fullcalendar to use locale timeFormat or devs can set it in theirs config.
Now I need to replace your hardcoded timeFormat with this option:
Hi,
I am developing multi-locale application and I have a problem. Your defaultConfig contains timeFormat and it replace timeFormat from locale setting.
So my question is why you hardcoded this value (to european time format) and is it necessary?
I think you can remove this value from defaultConfig and let fullcalendar to use locale timeFormat or devs can set it in theirs config.
Now I need to replace your hardcoded timeFormat with this option:
Edit 1:
Maybe aspectRatio have same problem, it is unnecessary to hardcode it in defaultConfig, leave fullcalendar's default and let dev to adopt it
The text was updated successfully, but these errors were encountered: