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

[BUG] searching spinner only visible on first open #153

Closed
saithis opened this issue Jun 11, 2019 · 4 comments · Fixed by #154
Closed

[BUG] searching spinner only visible on first open #153

saithis opened this issue Jun 11, 2019 · 4 comments · Fixed by #154
Labels
bug Something isn't working has pr minor

Comments

@saithis
Copy link

saithis commented Jun 11, 2019

Describe the bug
When the searching input is true and I open the select dropdown multiple times, then the spinner is only visible the first time.

To Reproduce

  1. Go to https://stackblitz.com/edit/github-raw9gr?file=src%2Fapp%2Fexamples%2F01-single-selection-example%2Fsingle-selection-example.component.html
  2. Open the single selection dropdown (spinner is visible)
  3. Close it
  4. Open the single selection dropdown again (spinner is not visible)

Expected behavior
Spinner is visible as long as the searching input is true.

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser: I tried Firefox 68 and Chrome 74
@saithis saithis added the bug Something isn't working label Jun 11, 2019
@macjohnny
Copy link
Member

thanks for reporting. this is due to the animation not being correctly run and can be fixed similar to #133 by removing the animation

@macjohnny
Copy link
Member

this is fixed in 1.7.6

@vipulism
Copy link

this is fixed in 1.7.6

this still exist in 1.7.6
however i saw #133 but not sure how to use it here.
can you please help me here

Thanks

@macjohnny
Copy link
Member

@vipulism I can't seem to reproduce the issue with 1.7.6, see https://stackblitz.com/edit/github-yhlsun?file=src/app/examples/01-single-selection-example/single-selection-example.component.html
Please open a new issue with a concise description and the corresponding reproduction steps, so I can have a look at it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working has pr minor
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants