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.8] v-fab location wrong typescript definition #19944

Closed
Stevie-Ray opened this issue Jun 4, 2024 · 0 comments · Fixed by #19949
Closed

[Bug Report][3.6.8] v-fab location wrong typescript definition #19944

Stevie-Ray opened this issue Jun 4, 2024 · 0 comments · Fixed by #19949
Assignees
Labels
C: VFab T: bug Functionality that does not work as intended/expected
Milestone

Comments

@Stevie-Ray
Copy link

Environment

Vuetify Version: 3.6.8
Vue Version: 3.4.27
Browsers: Chrome 125.0.0.0
OS: Mac OS 10.15.7

Steps to reproduce

Hover over location in the code:

location?: "left" | "right" | "end" | "top" | "bottom" | "start"

Expected Behavior

String values should be able to be combined

Actual Behavior

Only single values seem to be allowed

Reproduction Link

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

Other comments

Type '"bottom end"' is not assignable to type '"left" | "right" | "end" | "start" | "top" | "bottom" | undefined'.

@johnleider johnleider added T: bug Functionality that does not work as intended/expected C: VFab and removed S: triage labels Jun 11, 2024
@johnleider johnleider added this to the v3.6.x milestone Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VFab 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