Skip to content
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

[Bug Report][3.3.3] Setting the direction prop to vertical on the carousel does not work #17586

Closed
ColinOrr opened this issue Jun 12, 2023 · 0 comments · Fixed by #17587
Closed
Assignees
Labels
C: VCarousel VCarousel T: bug Functionality that does not work as intended/expected

Comments

@ColinOrr
Copy link

Environment

Vuetify Version: 3.3.3
Last working version: 2.6.14
Vue Version: 3.3.4
Browsers: Chrome 114.0.0.0
OS: Mac OS 10.15.7

Steps to reproduce

  1. Add a <v-carousel> component to a page.
  2. Set the direction prop to vertical.
  3. Scroll through the windows.

Expected Behavior

The carousel items should scroll vertically as described in the API documentation:
https://vuetifyjs.com/en/api/v-carousel/#props-direction

Actual Behavior

The carousel items scroll horizontally, ignoring the direction prop.

Reproduction Link

https://play.vuetifyjs.com/#...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VCarousel VCarousel T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants