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 have set a date range that starts in the future, but when opening the datepicker, the current month is shown. As the date range is in the future, it's not practical to show the current month because the user needs to go to the month in the range. How can I define which month should be shown as default when opening the datepicker? I don't want the model to have a default value (which would actually work), because the date is a required field and having a default value would lead to incorrect values.