glide
glide copied to clipboard
Issue with cloned items in carousel
I'm trying to use foundation tabs inside a carousel, but its not working because the cloned items have the same ID as the main items, I've tried adding a counter but obviously that is cloned too, is there any way I can give the cloned items a unique ID?
I just ran into the same issue. It's causing our accessibility checks to fail because IDs must be unique.
same issue as above, we need the IDs to be unique.
Same issue as above. cloned items do not carry the original's event handlers
I think you should add some kind of logic on the mount event that removes id
from cloned slides (they are clones so I suppose they don't need those ids)