Vuepic / vue-datepicker

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

Slow calendar opening on microPC/embedded setup. #937

Closed dylanatkeylogic closed 2 months ago

dylanatkeylogic commented 2 months ago

Is your feature request related to a problem? Please describe.

I'm using the datepicker on a pretty slow machine, and it's quite latent to open

Describe the solution you'd like I'd love to hear about a way to lazily load the calendar in the background before clicking to open the actual calendar.

Describe alternatives you've considered An alternative solution could be cachine the component somehow so that it'd be a little bit smoother to open.

Is there something obvious I'm missing with potentially speeding this up? I've disable all transitions, and it still takes roughly 800ms to display the calendar after clicking on the input.