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
I'm setting weekStart option to 1, but week always start on Sunday.
In the component, I can see that class Calendar is instantiated without passing the firstWeekDay parameter, so the object is always created with its firstWeekDay property setted to 0.
If this omission is intentional, then the option weekStart shouldn't be documented in README.md, as is now.
The text was updated successfully, but these errors were encountered:
I'm setting weekStart option to 1, but week always start on Sunday.
In the component, I can see that class Calendar is instantiated without passing the firstWeekDay parameter, so the object is always created with its firstWeekDay property setted to 0.
If this omission is intentional, then the option weekStart shouldn't be documented in README.md, as is now.
The text was updated successfully, but these errors were encountered: