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

spinner is not visible if multiselect is not active #223

Closed
romsar opened this issue Apr 24, 2022 · 1 comment
Closed

spinner is not visible if multiselect is not active #223

romsar opened this issue Apr 24, 2022 · 1 comment

Comments

@romsar
Copy link

romsar commented Apr 24, 2022

Version

  • Vue version: 3

Description

If multiselect is not active (opened), spinner is not visible even if loading prop is true.
On my app there is async loading after component mounted, and because select is not active users does not see spinner, and that is not UI friendly.

In code I see that spinner is showing when busy && isActive.
Should we remove check for isActive?

@adamberecz
Copy link
Collaborator

Thanks - fixed in 2.4.0.

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