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

Issue with Vue 3.5.10 and async options #427

Open
pawel-omniaz opened this issue Oct 1, 2024 · 1 comment
Open

Issue with Vue 3.5.10 and async options #427

pawel-omniaz opened this issue Oct 1, 2024 · 1 comment

Comments

@pawel-omniaz
Copy link

2.6.10

  • Vue version: 3.5.10

Description

Options dropdown doesn't show up and there is infinite loading on component when I use it with those options:

          :options="planogramsOptions"
          mode="multiple"
          :min-chars="3"
          :resolve-on-load="!!filters.planograms.length"
          :delay="0"
          searchable
          infinite
          :limit="20"

Where planogramsOptions is function to fetch async options. When I press enter on keyboard, first option gets selected and dropdown show up but can't be closed then. When I downgrade Vue to 3.5.9 it works again. I don't know if it's issue in this library or Vue core (or maybe only on my code), but I just wanted to report this.

@Danita
Copy link

Danita commented Oct 1, 2024

Same happens here. It stops working after a search.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants