vue-tailwind-datepicker
vue-tailwind-datepicker copied to clipboard
Disabled dates are accessible after selecting the date
Describe the bug In a single date picker without input, if any date is disable, in the past or in the future and an available date is selected, then all the dates become accessible.
To Reproduce Steps to reproduce the behavior:
- Add a single date picker, disable any date.
- Select a date from the date picker.
- Attempt to select a date that must be disabled
- See error
Expected behavior Keep dates disabled according to the function definition passed as 'disable-date' parameter in single date pickers after select a date
Screenshots
Playground https://stackblitz.com/edit/vue-tailwind-datepicker-onuvfj?file=src%2Fcomponents%2FPlayground.vue
**Desktop & mobile **
- Browser chrome
- Library version 1.7.3