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.5.16] v-carousel-item doesn't pass its class prop #19630

Assignees
Labels
C: VCarousel VCarousel T: bug Functionality that does not work as intended/expected
Milestone

Comments

@thany
Copy link

thany commented Apr 17, 2024

Environment

Vuetify Version: 3.5.16
Last working version: 2.2.34
Vue Version: 3.4.23
Browsers: Firefox 124.0
OS: Windows 10

Steps to reproduce

  1. Open the repro link
  2. Inspect the document
  3. Find the carousel item elements, and verify the missing class in every one of them

Expected Behavior

Any class set on a v-carousel-item component should be passed into the rendered html, working the same as on all/most other components.

Actual Behavior

The class prop exists (if I have to believe my intellisense) but is totally ignored.

Reproduction Link

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

Other comments

I know 2.2 is ancient, but this is just simply the version I'm upgrading from. It's very much possible that this class prop had worked for many more versions to come - I just haven't checked all of them.

@johnleider johnleider added T: bug Functionality that does not work as intended/expected C: VCarousel VCarousel labels Apr 22, 2024
@johnleider johnleider self-assigned this Apr 22, 2024
@johnleider johnleider added this to the v3.5.x milestone Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment