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 am making use of the smart calendar in my application.
Whenever we move from one month to another i want to populate the disabled dates in my calendar based on the selected month.
Is there any event which gets trigered on left and right arrow button click ?
Thanks
Jango
The text was updated successfully, but these errors were encountered:
Hi jango07,
currently there's is no specific event for month navigation, but you can listen to 'click' event and check if the target has the class smart-arrow-right or smart-arrow-left and execute your code depedning on the direction:
Thank you for your feedback! Your suggestion for a new custom event on month navigation is convenient and will be added as a new feature request for the next release of the element.
I am making use of the smart calendar in my application.
Whenever we move from one month to another i want to populate the disabled dates in my calendar based on the selected month.
Is there any event which gets trigered on left and right arrow button click ?
Thanks
Jango
The text was updated successfully, but these errors were encountered: