diff --git a/components/doc/common/apidoc/index.json b/components/doc/common/apidoc/index.json index 7ce3a96d63..d80d89d487 100644 --- a/components/doc/common/apidoc/index.json +++ b/components/doc/common/apidoc/index.json @@ -32152,6 +32152,12 @@ "readonly": false, "type": "InputTextProps" }, + { + "name": "parent", + "optional": false, + "readonly": false, + "type": "InputTextPassThroughMethodOptions" + }, { "name": "context", "optional": false, diff --git a/components/lib/inputtext/inputtext.d.ts b/components/lib/inputtext/inputtext.d.ts index b7e07ad18d..c104c91168 100644 --- a/components/lib/inputtext/inputtext.d.ts +++ b/components/lib/inputtext/inputtext.d.ts @@ -22,6 +22,7 @@ export declare type InputTextPassThroughType = PassThroughType