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

Missing event 'ready' #10

Open
2 tasks done
scarlachs opened this issue Aug 6, 2023 · 0 comments
Open
2 tasks done

Missing event 'ready' #10

scarlachs opened this issue Aug 6, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@scarlachs
Copy link

Checks

Version

0.2.9

Description

I'm currently testing SplideJS for Svelte (SvelteKit) and I am missing the event 'ready', which is available for the default splide but not for the svelte-splide.
Even though it says "You can listen to all Splide events through the Splide component." on the documentation.

Reproduction Link

No response

Steps to Reproduce

  1. Create a Splide Component inside Svelte
  2. Add "on:ready" to the component as "<Splide on:ready={ e => { console.log( e.detail.splide ) } }>"
  3. Open the console, as you see, you see nothing

Expected Behaviour

To log the splide when slider is ready

@scarlachs scarlachs added the bug Something isn't working label Aug 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant