AutoComplete: Combining multiple + dropdown does not work #5881
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
In PrimeVue 4, using both
multiple
anddropdown
on the AutoComplete causes a runtime error. As I see it, it's missing a case distinction and uses the wrongref
, which is only set for the non-multiple mode.This is a regression from PrimeVue 3, where this was a working scenario
Reproducer
https://stackblitz.com/edit/b1wjx1?file=src%2FApp.vue
PrimeVue version
4.0.0-rc.1
Vue version
3.x
Language
TypeScript
Build / Runtime
Nuxt
Browser(s)
Firefox
Steps to reproduce the behavior
Expected behavior
No response
The text was updated successfully, but these errors were encountered: