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.2.2] VAutocomplete has problem on rendering slot:selection when muliple property is falsy. #17291

Closed
velly opened this issue May 4, 2023 · 2 comments · Fixed by #17294
Assignees
Labels
C: VAutocomplete VAutocomplete T: bug Functionality that does not work as intended/expected T: regression Something that used to work but we broke
Milestone

Comments

@velly
Copy link

velly commented May 4, 2023

Environment

Vuetify Version: 3.2.2
Vue Version: 3.2.47
Browsers: Chrome 112.0.0.0
OS: Windows 10

Steps to reproduce

Switch vuetify from 3.1.6 to 3.2.2

Expected Behavior

Selection slot has nothing to do with multiple property

Actual Behavior

Slot template disappers when binding multiple to false;
The @update:model-value will emit twice and the final value becomes null when blur.(has something to do with wrong slot rendering)

Reproduction Link

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

@KaelWD KaelWD added T: bug Functionality that does not work as intended/expected T: regression Something that used to work but we broke labels May 4, 2023
@KaelWD KaelWD added this to the v3.2.x milestone May 4, 2023
@github-actions github-actions bot removed the S: triage label May 4, 2023
@KaelWD
Copy link
Member

KaelWD commented May 4, 2023

Caused by #17100

@devCodeHub-star

This comment was marked as outdated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VAutocomplete VAutocomplete T: bug Functionality that does not work as intended/expected T: regression Something that used to work but we broke
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants