vue-datepicker icon indicating copy to clipboard operation
vue-datepicker copied to clipboard

Allowed Dates styles missing for month picker

Open DmitryTar1 opened this issue 1 year ago • 0 comments

Describe the bug If using allowed-dates and month picker, it doesn't allow to select wrong month (which is correct), but to user all month displayed the same and there are no class or property to let user know some months are not allowed to be selected. On screenshot only two months allowed to be selected.

To Reproduce Steps to reproduce the behavior:

  1. Use code from documentation https://vue3datepicker.com/props/calendar-configuration/#allowed-dates
  2. Use month picker
  3. All months look the same.

Expected behavior It works the same way as disabled-dates, so if the date is not allowed - it will be shown (month would look like disabled and not allowed to click)

Screenshots Screenshot 2024-10-03 at 12 22 45

Desktop & mobile (please complete the following information):

  • Browser chrome, but I suppose all
  • Library version 9.0.3

DmitryTar1 avatar Oct 03 '24 10:10 DmitryTar1