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.6] VAutoComplete not show all items when using slot #item #19845

Closed
williamlinn93 opened this issue May 21, 2024 · 1 comment
Labels
duplicate The issue has already been reported

Comments

@williamlinn93
Copy link

Environment

Vuetify Version: 3.6.6
Vue Version: 3.4.27
Browsers: Chrome 124.0.0.0
OS: Mac OS 10.15.7

Steps to reproduce

Please check in playground.
The first one can show all items(1 to 100)
The second one which is using #item slot can only show 37 items out of 100.

Expected Behavior

Show all items (1 to 100)

Actual Behavior

Show only 37 items (1 to 37)

Reproduction Link

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

@KaelWD
Copy link
Member

KaelWD commented May 21, 2024

<template #item="{ props }">
  <v-list-item v-bind="props" />
</template>

I'm putting this with #19396 we don't really have any good examples for slots yet.

@KaelWD KaelWD closed this as not planned Won't fix, can't repro, duplicate, stale May 21, 2024
@KaelWD KaelWD added duplicate The issue has already been reported and removed T: documentation labels May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate The issue has already been reported
Projects
None yet
Development

No branches or pull requests

2 participants