Version
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?