diff --git a/packages/primeng/src/inputtext/inputtext.ts b/packages/primeng/src/inputtext/inputtext.ts index d45911229e9..f9bd3ccff86 100755 --- a/packages/primeng/src/inputtext/inputtext.ts +++ b/packages/primeng/src/inputtext/inputtext.ts @@ -39,7 +39,7 @@ export class InputText extends BaseModelHolder { * Defines the size of the component. * @group Props */ - @Input('pSize') pSize: 'large' | 'small'; + @Input('pSize') pSize: 'large' | 'small' | undefined; /** * Specifies the input variant of the component. * @defaultValue undefined