Carousel: proper data is not getting passed to the component ts file from the carousel when clicked on any event on the particular carousel #14423
Labels
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Describe the bug
Using the component P-carousel ,table of carousels are displayed,
data structure is like this
Main data is observable of array,For each object of main array ,carousel of slides need to display as each object contains the array data which needs to be displayed in carousel
According to the logic carousels are rendering properly,but when i click on the any event related to particular carousel ,the respective carousel data is not getting passed to the respective bounded function, sometimes its taking only the first row's first carousel data on clicking on any carousel , sometimes its taking some random carousel's data,
If carousels are rendering properly in view (html) according to the logic, then for bounded function of each carousel, respective data should get passed, but that is not happening.
Environment
angular-15,vscode,ubuntu
Reproducer
No response
Angular version
15.0.0
PrimeNG version
15.4.1
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
16.20.2
Browser(s)
chrome
Steps to reproduce the behavior
Expected behavior
If carousels are rendering properly in view (html) according to the logic, then for bounded function of each carousel, respective data should get passed, but that is not happening.
The text was updated successfully, but these errors were encountered: