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 having the datepicker to select which date I want to show on a daily calendar.
Every time, the user changes the month, this also changes the selected date. Most datepickers select the month first, then click on the date to actually select the date. Is there a way to make this package behave like this, rather than triggering the onChange when changin only the month?
This creates an unnecessary amount of re-rendering and data fetching.
The text was updated successfully, but these errors were encountered:
I am having the datepicker to select which date I want to show on a daily calendar.
Every time, the user changes the month, this also changes the selected date. Most datepickers select the month first, then click on the date to actually select the date. Is there a way to make this package behave like this, rather than triggering the onChange when changin only the month?
This creates an unnecessary amount of re-rendering and data fetching.
The text was updated successfully, but these errors were encountered: