glide icon indicating copy to clipboard operation
glide copied to clipboard

Issue with cloned items in carousel

Open nitrokevin opened this issue 4 years ago • 4 comments

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?

nitrokevin avatar Jul 21 '20 06:07 nitrokevin

I just ran into the same issue. It's causing our accessibility checks to fail because IDs must be unique.

ModulesUnraveled avatar Aug 26 '20 20:08 ModulesUnraveled

same issue as above, we need the IDs to be unique.

clin407 avatar Sep 17 '20 20:09 clin407

Same issue as above. cloned items do not carry the original's event handlers

Leapfrognz avatar Oct 08 '21 22:10 Leapfrognz

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)

jedrzejchalubek avatar Nov 21 '21 18:11 jedrzejchalubek