Skip to content

Commit

Permalink
Merge pull request #15802 from primefaces/issue-15637
Browse files Browse the repository at this point in the history
Fixed #15637 - P-Splitter: Does not respect minSizes array after upgr…
  • Loading branch information
cetincakiroglu authored Jun 13, 2024
2 parents 635b965 + be59b05 commit 4f06c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/splitter/splitter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export class Splitter {
* Minimum size of the elements relative to 100%.
* @group Props
*/
@Input({ transform: numberAttribute }) minSizes: number[] = [];
@Input() minSizes: number[] = [];
/**
* Size of the elements relative to 100%.
* @group Props
Expand Down

0 comments on commit 4f06c86

Please sign in to comment.