Skip to content

disable spinner #305

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

Open
qxygene opened this issue Jan 26, 2021 · 4 comments
Open

disable spinner #305

qxygene opened this issue Jan 26, 2021 · 4 comments

Comments

@qxygene
Copy link

qxygene commented Jan 26, 2021

is it possible to disable or hide spinner?

@rrd108
Copy link

rrd108 commented May 14, 2021

@qxygene did you find a solution to this?

@wobsoriano
Copy link

Just use the spinner slot and make it an empty div

<infinite-loading>
  <div slot="spinner"></div>
</infinite-loading>

@kyrylo93
Copy link

kyrylo93 commented Aug 6, 2021

@wobsoriano, in vue3 there is a bug with spinner. If you use custom tag with slot="spinner" or <template #spinner>...
it doesn't hide the spinner after loading.

It does for default spinner, but not from custom ;(

@wobsoriano
Copy link

@wobsoriano, in vue3 there is a bug with spinner. If you use custom tag with slot="spinner" or <template #spinner>...
it doesn't hide the spinner after loading.

It does for default spinner, but not from custom ;(

is there even support for Vue 3 already? I implemented my own infinite handler on Vue 3 that mimics this component's behavior https://gist.github.com/wobsoriano/41a01290a9967c7f39077fe5c4a70436

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

4 participants