Skip to content

Commit

Permalink
Fixed #15563 - Fix typo and remove boolean attribute transform
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed May 16, 2024
1 parent 2d05235 commit 8bbb6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/table/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5244,7 +5244,7 @@ export class ColumnFilter implements AfterContentInit {
* Enables currency input.
* @group Props
*/
@Input({ transform: booleanAttribute }) currency: boolean | undefined;
@Input() currency: string | undefined;
/**
* Defines the display of the currency input.
* @group Props
Expand Down

0 comments on commit 8bbb6f9

Please sign in to comment.