Skip to content

Commit

Permalink
Merge pull request #15376 from primefaces/issue-15306
Browse files Browse the repository at this point in the history
Revert typo & fix #15306
  • Loading branch information
cetincakiroglu authored Apr 26, 2024
2 parents 421c2fb + 6f06ab5 commit ca8778c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/app/components/table/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ export class Table implements OnInit, AfterViewInit, AfterContentInit, Blockable
* The breakpoint to define the maximum width boundary when using stack responsive layout.
* @group Props
*/
@Input() breakpoint: string = '640px';
@Input() breakpoint: string = '960px';
/**
* Locale to be used in paginator formatting.
* @group Props
Expand Down Expand Up @@ -5207,7 +5207,7 @@ export class ColumnFilter implements AfterContentInit {
* Enables currency input.
* @group Props
*/
@Input({transform: booleanAttribute}) currency: boolean | undefined;
@Input({ transform: booleanAttribute }) currency: boolean | undefined;
/**
* Defines the display of the currency input.
* @group Props
Expand Down
4 changes: 2 additions & 2 deletions src/app/showcase/doc/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -6021,7 +6021,7 @@
"name": "style",
"optional": false,
"readonly": false,
"type": "Object",
"type": null,
"description": "Inline style of the element."
},
{
Expand Down Expand Up @@ -23396,7 +23396,7 @@
"optional": false,
"readonly": false,
"type": "string",
"default": "640px",
"default": "960px",
"description": "The breakpoint to define the maximum width boundary when using stack responsive layout."
},
{
Expand Down

0 comments on commit ca8778c

Please sign in to comment.