creativetimofficial / material-tailwind

@material-tailwind is an easy-to-use components library for Tailwind CSS and Material Design.
https://material-tailwind.com/
MIT License
3.51k stars 306 forks source link

Carousel show out-of-index item after removing last item #549

Open darkraise opened 6 months ago

darkraise commented 6 months ago

Hi,

I'm facing the issue: I have a list of items to show in Carousel, allow user to remove them. When user remove last item, the indicator re-render, but the slide still shows item at removed index (mean nothing).

I checked the Carousel code and it does not update the active-index when children changed.

Any workaround until this got fixed?

sajadevo commented 4 months ago

@darkraise could you please give me an example?