diff --git a/components/lib/autocomplete/AutoComplete.d.ts b/components/lib/autocomplete/AutoComplete.d.ts index a0b9827e2..aa223629d 100755 --- a/components/lib/autocomplete/AutoComplete.d.ts +++ b/components/lib/autocomplete/AutoComplete.d.ts @@ -147,7 +147,7 @@ export interface AutoCompletePassThroughOptions { * Used to pass attributes to the InputText component. * @see {@link InputTextPassThroughOptions} */ - pcInput?: InputTextPassThroughOptions | AutoCompletePassThroughOptionType; + pcInput?: InputTextPassThroughOptions; /** * Used to pass attributes to the input multiple's DOM element. */ diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 4e77ee895..92e708673 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -4500,7 +4500,7 @@ "name": "pcInput", "optional": true, "readonly": false, - "type": "AutoCompletePassThroughOptionType | InputTextPassThroughOptions", + "type": "InputTextPassThroughOptions", "default": "", "description": "Used to pass attributes to the InputText component." },