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

AutoComplete: Combining multiple + dropdown does not work #5881

Closed
timozander opened this issue Jun 13, 2024 · 3 comments · Fixed by #6029
Closed

AutoComplete: Combining multiple + dropdown does not work #5881

timozander opened this issue Jun 13, 2024 · 3 comments · Fixed by #6029
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@timozander
Copy link

Describe the bug

In PrimeVue 4, using both multiple and dropdown on the AutoComplete causes a runtime error. As I see it, it's missing a case distinction and uses the wrong ref, which is only set for the non-multiple mode.

This is a regression from PrimeVue 3, where this was a working scenario

grafik

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

  1. Go to reproduction
  2. Click the "Open dropdown" button
  3. A runtime error appears

Expected behavior

No response

@timozander timozander added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Jun 13, 2024
@Azoorb
Copy link

Azoorb commented Jul 5, 2024

Meet the same problem, Autocomplete using both multiple and dropdown is broken. On primevue 4.0.0

@AlexBindevald
Copy link

AlexBindevald commented Jul 10, 2024

Hello, has this been resolved, i have the same issue in my project?

@tugcekucukoglu tugcekucukoglu added Type: Bug Issue contains a bug related to a specific component. Something about the component is not working and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Jul 22, 2024
@tugcekucukoglu tugcekucukoglu added this to the 4.0.1 milestone Jul 22, 2024
@Ancient-Dragon
Copy link
Contributor

@tugcekucukoglu what is the planned release date for 4.0.1?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
5 participants