p-splitter not working with I think nested ngtemplates #9754
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
I'm submitting a ... (check one with "x")
Plunkr Case (Bug Reports)
Splitters panels are multiplying when using nested ngTemplates.
I have I quite complex scrollPanel I wanted to insert into the splitter. It includes a few form-elements, two p-tables and a ngif loading ngtemplate.
When calling the site there are more than 2 panels, the scrollPanel is in two of them, one is the loading-ngtemplate and one is my right-side-splitter-element.
I tried to make a simple example of the problem. It happens when you move the splitter.
https://stackblitz.com/edit/primeng-splitter-demo-a3bebw?file=src/app/app.component.html
Current behavior
Many panels are created and in my place the change of the size is not working.
Expected behavior
Only the two panels.
The text was updated successfully, but these errors were encountered: