primevue icon indicating copy to clipboard operation
primevue copied to clipboard

Carousel: Item disappear when there is only one item with autoplay and circular activated

Open Allenille opened this issue 3 months ago • 3 comments

Describe the bug

Carousel: Item disappear when there is only one item with autoplay and circular activated

Reproducer

https://stackblitz.com/edit/evvfnc?file=src%2FApp.vue

PrimeVue version

4.2.2

Vue version

4.x

Language

TypeScript

Build / Runtime

Vue CLI App

Browser(s)

No response

Steps to reproduce the behavior

To reproduce you can take the circular example from here : https://primevue.org/carousel/#circular Open it in stackblitz and instead of having 9 elements in your list just remove the ither to have only one element to show. Capture d’écran 2024-11-19 111356

Expected behavior

Element should appear and not disappear

Allenille avatar Nov 19 '24 10:11 Allenille