Vuepic / vue-datepicker

Datepicker component for Vue 3
https://vue3datepicker.com
MIT License
1.48k stars 147 forks source link

Week Picker range hover outline not complete. #807

Closed skstuder closed 6 months ago

skstuder commented 6 months ago

Describe the bug While implementing the new week picker range feature (thank you btw, that helped us tremendously) I got some feedback that the hover outline was not complete (see screenshot below)

To Reproduce Steps to reproduce the behavior:

  1. Make a picker with week-picker and range props
  2. Make a selection
  3. Hover between the ranges and notice the upper and lower dashed borders do not show for Sat and Sun.

Expected behavior A dashed border around the entire week

Screenshots Screenshot 2024-04-03 at 7 43 38 AM

minimal reproduction in the playground without our app overrides: Screenshot 2024-04-03 at 8 02 29 AM

Desktop & mobile (please complete the following information):

skstuder commented 6 months ago

@Jasenkoo You are a beast! I have never had issues closed so quickly from reporting them with a third-party library. Appreciate it!