I’m using v-calendar
(website, npm, GitHub).
- The Calendar component allows me to respond to date clicks and highlight multiple dates, but it does not have pop-over functionality built in.
- The DatePicker component has the pop-over functionality, and I can highlight multiple dates, but it also keeps track of and highlights the user selection with an internal field that I cannot seem to override. The last date clicked will always stay highlighted as a result, and even when I set
value
tonull
it will keep it highlighted. This means I cannot use the click to ‘deselect’ that date. - I found this answer but it seems to probably only apply to the Calendar (not picker) and the provided link is dead
What props am I missing to accomplish this?