-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QDate slide transitions broken #17183
Comments
Hi @duncan-oxd! 👋 It looks like you provided an invalid or unsupported reproduction URL. Without a proper reproduction, your issue will have to get closed. Thank you for your collaboration. 👏 |
Updated with a codepen reproduction to avoid auto-closing 😇 |
I've noticed that issue too.😫 |
Fix will be available in Quasar v2.16.3 |
What happened?
The QDate component in the current docs doesn't have the expected slide transition. Instead the numbers flicker before changing.
What did you expect to happen?
When you switch months or years, the "calendar" part of the component should do a slide animation to the left or right.
Reproduction URL
https://codepen.io/oxd_duncan/pen/BaeaXjm
(and also https://quasar.dev/vue-components/date#basic )
How to reproduce?
Visit the Quasar docs for version 2.16.2, in the example components, click the left or right arrow buttons next to the months or years.
Flavour
Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)
Areas
Components (quasar)
Platforms/Browsers
Firefox, Chrome
Quasar info output
N/A, it's happening on the website
Relevant log output
N/A, it's happening on the website
Additional context
It worked fine in 2.15, but I refreshed the docs to 2.16.2 today and now the slide transition is broken.
The text was updated successfully, but these errors were encountered: