Vuepic / vue-datepicker

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

closeOnScroll no work #887

Closed Tsuyoshi12 closed 1 month ago

Tsuyoshi12 commented 1 month ago

I want to scroll then close the menu but it doesn't work, I try removing v-model="date" then closeOnScroll works ảnh

Jasenkoo commented 1 month ago

It does work, playground. There is a special case where it might not work as expected, is if you have a parent scroll, as the listener is attached to the window object. In that case, you would have to handle the scroll manually.