You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using p-carousel on V9.2.0-LTS and I'm using property page to set first page, but even if it is on the second page, it displays the data for the first item in the array. There seems to be some problem with the let-item.
[X] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap
[ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35
Hi
I'm using p-carousel on V9.2.0-LTS and I'm using property page to set first page, but even if it is on the second page, it displays the data for the first item in the array. There seems to be some problem with the let-item.
https://stackblitz.com/edit/github-e6zaqd?file=src/app/app.component.html
Current behavior
Carousel open page 2 but display page 1 data
Expected behavior
Carousel open page 2 and display page 2 data
The text was updated successfully, but these errors were encountered: