Skip to content

spinner is not visible if multiselect is not active #223

@romsar

Description

@romsar

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions