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.6.10] VSpeedDial content-class prop doesn't work #20051

Closed
aloiseau17 opened this issue Jun 24, 2024 · 0 comments · Fixed by #20319 · May be fixed by jonathanestefani/crud_vuetify#5 or aurelienfvre/sae401#1
Closed

[Bug Report][3.6.10] VSpeedDial content-class prop doesn't work #20051

aloiseau17 opened this issue Jun 24, 2024 · 0 comments · Fixed by #20319 · May be fixed by jonathanestefani/crud_vuetify#5 or aurelienfvre/sae401#1
Labels
C: VSpeedDial VSpeedDial T: bug Functionality that does not work as intended/expected
Milestone

Comments

@aloiseau17
Copy link

Environment

Vuetify Version: 3.6.10
Vue Version: 3.4.30
Browsers: Chrome 126.0.0.0
OS: Mac OS 10.15.7

Steps to reproduce

Add content-class="my-custom-class" prop to v-speed-dial

Expected Behavior

VSpeedDial content should has my-custom-class.

Actual Behavior

VSpeedDial has v-overlay__content v-speed-dial__content v-speed-dial__content--bottom-center

Reproduction Link

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

Other comments

In /src/components/VSpeedDial/VSpeedDial.tsx we can see contentClass is VMenu props. VSpeedDial doesn't have its own contentClass.
Furthermore VSpeedDial merges its location props into VMenu contentClass.

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