vuetify
vuetify copied to clipboard
[Bug Report][3.2.2] VAutocomplete has problem on rendering slot:selection when muliple property is falsy.
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
Caused by #17100
Hello @johnleider and @KaelWD Is there any workaround to address this issue. This bug is impacting my whole project.