Steps to reproduce
I have used code to disable back dates in the date-range picker, it was working fine till 30-Dec-2022. When I checked today morning after two days' holiday, it was not working and disabled the current date.
Reproduction Link or Source Code
Expected behavior
Disable code is working but also disables the current date/today's date.
Actual behavior
It should disable all the back dates except today's date/current date.
For e.g. if today is 2-Jan-2023 then it should display 2-Jan-2023 in the date-range picker and all the back dates should be disabled.
Vue2-datepicker version: 0.6.8 Vue version: vue2 Browser: chrome, edge
Steps to reproduce I have used code to disable back dates in the date-range picker, it was working fine till 30-Dec-2022. When I checked today morning after two days' holiday, it was not working and disabled the current date.
Reproduction Link or Source Code
Expected behavior Disable code is working but also disables the current date/today's date.
Actual behavior It should disable all the back dates except today's date/current date. For e.g. if today is 2-Jan-2023 then it should display 2-Jan-2023 in the date-range picker and all the back dates should be disabled.
-Nitin Gohel