Browser: Chrome / Firefox / Edge
OS: Windows
Video: https://jam.dev/c/cc2f7e07-ffe1-4e46-b510-7af8c73caecd
Hello,
Adding a custom icon to the Splide arrow strips the button of its attributes and renders it useless.
Without changing the icon:
<button class="splide__arrow splide__arrow--next" type="button" aria-label="Next slide" aria-controls="brxe-zkgemy-track">
When changing the icon:
<button class="splide__arrow splide__arrow--next" type="button">
It does not matter if I choose a custom SVG, a custom icon set, or the default Ionicons.
Plus, in the editor, the default icons always show instead of the custom one.
It happens in 2.3.5 as well.
Best regards,