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

Open
aloiseau17 opened this issue Jun 24, 2024 · 0 comments
Open

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

aloiseau17 opened this issue Jun 24, 2024 · 0 comments

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
Projects
None yet
Development

No branches or pull requests

1 participant