vuetify icon indicating copy to clipboard operation
vuetify copied to clipboard

[Bug Report][3.2.2] VAutocomplete has problem on rendering slot:selection when muliple property is falsy.

Open velly opened this issue 2 years ago • 1 comments
trafficstars

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/#...

velly avatar May 04 '23 07:05 velly

Caused by #17100

KaelWD avatar May 04 '23 11:05 KaelWD

Hello @johnleider and @KaelWD Is there any workaround to address this issue. This bug is impacting my whole project.

devCodeHub-star avatar Jan 19 '24 13:01 devCodeHub-star