Skip to content

Commit

Permalink
Fixed #15637 - P-Splitter: Does not respect minSizes array after upgr…
Browse files Browse the repository at this point in the history
…ading to 17.16.1
  • Loading branch information
mehmetcetin01140 committed Jun 6, 2024
1 parent d4d2d33 commit be59b05
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 be59b05

Please sign in to comment.