vuematerial / vue-material

Vue.js Framework - ready-to-use Vue components with Material Design, free forever.
https://www.creative-tim.com/vuematerial
MIT License
9.88k stars 1.16k forks source link

Fix: MdDatepicker scroll popover update #2368

Open AriesAlex opened 1 year ago

AriesAlex commented 1 year ago

after reopening dialog window appears out of screen bounds in the usual case mounted hook in mdpopover should fixing this, but here we using keep-alive in MdDatepicker so it's not

https://user-images.githubusercontent.com/39626061/187054220-c4d1f8da-bb3b-4fd7-b33c-5ce9d9b0bd9c.mp4

this PR automatically updates popper on activated hook (Called when the component is activated inside )

AriesAlex commented 1 year ago

" (Called when the component is activated inside )" inside keep-alive seems like it's not really like angle brackets