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 think it would be nice to be able to directly set the date via the options when you initialize the calendar. Currently, if you want to change the date after initialization, you would need to call the setDate method. But that will cause 2 renders after each other. If youcan specify it via the options you could save a render, which will speed up things seen from a performance perspective.
The text was updated successfully, but these errors were encountered:
I think it would be nice to be able to directly set the date via the options when you initialize the calendar. Currently, if you want to change the date after initialization, you would need to call the
setDate
method. But that will cause 2 renders after each other. If youcan specify it via theoptions
you could save a render, which will speed up things seen from a performance perspective.The text was updated successfully, but these errors were encountered: