Refactor #5548 - For AutoComplete

This commit is contained in:
tugcekucukoglu 2024-04-08 15:58:38 +03:00
parent 1c49889005
commit 285790f12c
2 changed files with 18 additions and 21 deletions

View file

@ -147,7 +147,7 @@ export interface AutoCompletePassThroughOptions {
* Used to pass attributes to the InputText component.
* @see {@link InputTextPassThroughOptions}
*/
input?: InputTextPassThroughOptions<AutoCompleteSharedPassThroughMethodOptions>;
input?: InputTextPassThroughOptions<AutoCompleteSharedPassThroughMethodOptions> | AutoCompletePassThroughOptionType;
/**
* Used to pass attributes to the container's DOM element.
*/