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.0.1] VList incorrect type definition for open-strategy #16119

Closed
MagicCrazyMan opened this issue Nov 18, 2022 · 0 comments
Closed
Labels
C: VList VList E: nested Nested composable T: bug Functionality that does not work as intended/expected

Comments

@MagicCrazyMan
Copy link

Environment

Vuetify Version: 3.0.1
Vue Version: 3.2.45
Browsers: Google Chrome
OS: Windows 10

Steps to reproduce

Add a props with type { open: OpenStrategyFn; select: OpenSelectStrategyFn } to open-strategy when using VList.
However,open and select functions not working, while vue alerting that open-strategy only accepts String and Function.

Expected Behavior

open-strategy works

Actual Behavior

open-strategy not works

Reproduction Link

https://codepen.io/MagicCrazyMan/pen/NWzwdRj

Other comments

I reviewed the source code, i found that open-strategy not dealing with object during initialization.

@nekosaur nekosaur added T: bug Functionality that does not work as intended/expected C: VList VList E: nested Nested composable and removed S: triage labels Nov 19, 2022
nekosaur added a commit that referenced this issue Nov 19, 2022
mhio pushed a commit to mhio/issue-vuetify that referenced this issue Nov 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VList VList E: nested Nested composable T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

No branches or pull requests

2 participants