-
-
Notifications
You must be signed in to change notification settings - Fork 437
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Checks
- Not a duplicate.
- Not a question, feature request, or anything other than a bug report directly related to Splide. Use Discussions for these topics: https://github.com/Splidejs/splide/discussions
Version
v3.6.12
Description
When using custom arrow HTML, arrows: false does not hide the arrows on page load.
Reproduction Link
https://jsfiddle.net/4hexns0u/2/
Steps to Reproduce
- Bug already reproduced in fiddle
Expected Behaviour
The splide arrows should be hidden on page load.
A workaround is to emit the updated event on the slider after it is mounted.
main.emit('updated');
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working