AutoComplete .d.ts fixes
parent
be72908415
commit
1f46d9f63a
|
@ -147,7 +147,7 @@ export interface AutoCompletePassThroughOptions {
|
||||||
* Used to pass attributes to the InputText component.
|
* Used to pass attributes to the InputText component.
|
||||||
* @see {@link InputTextPassThroughOptions}
|
* @see {@link InputTextPassThroughOptions}
|
||||||
*/
|
*/
|
||||||
pcInput?: InputTextPassThroughOptions<AutoCompleteSharedPassThroughMethodOptions> | AutoCompletePassThroughOptionType;
|
pcInput?: InputTextPassThroughOptions<AutoCompleteSharedPassThroughMethodOptions>;
|
||||||
/**
|
/**
|
||||||
* Used to pass attributes to the input multiple's DOM element.
|
* Used to pass attributes to the input multiple's DOM element.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -4500,7 +4500,7 @@
|
||||||
"name": "pcInput",
|
"name": "pcInput",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "AutoCompletePassThroughOptionType | InputTextPassThroughOptions<AutoCompleteSharedPassThroughMethodOptions>",
|
"type": "InputTextPassThroughOptions<AutoCompleteSharedPassThroughMethodOptions>",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to pass attributes to the InputText component."
|
"description": "Used to pass attributes to the InputText component."
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue