p-splitter: minSizes not working as expected #15943
Labels
LTS-FIXED-15.4.22
LTS-FIXED-16.9.12
LTS-PORTABLE
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
When using the
minSizes
property on the p-splitter, the Splitter seems to always use the first two entries of the array.Let's say I have 3 different panels and set
minSizes
to[15,35,50]
:Environment
Windows 11
Firefox 128
Angular 17.3.11
PrimeNG 17.18.2
Reproducer
https://stackblitz.com/edit/github-2peuaj?file=src%2Fapp%2Fapp.component.html
Angular version
17.3.11
PrimeNG version
17.18.2
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.15.0
Browser(s)
Firefox 128
Steps to reproduce the behavior
minSize
with 3 different entriesExpected behavior
The
minSizes
should reflect the minimum sizes of each panel.The text was updated successfully, but these errors were encountered: