From 8bbb6f95aa46318f7512a6cf1d05048b40e98eed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87etin?= <69278826+cetincakiroglu@users.noreply.github.com> Date: Thu, 16 May 2024 14:08:44 +0300 Subject: [PATCH] Fixed #15563 - Fix typo and remove boolean attribute transform --- src/app/components/table/table.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/table/table.ts b/src/app/components/table/table.ts index 9f871b8d433..cb7b0610d56 100644 --- a/src/app/components/table/table.ts +++ b/src/app/components/table/table.ts @@ -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