Multiselect.setupInput method
Multiselect › setupInput
Unofficial
The setup function for the input element of the multiselect.Signature:
setupInput(this: Multiselect, inputEl: HTMLDivElement, initializer: (value: string, shouldFocus?: boolean | undefined) => unknown): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| this | Multiselect | |
| inputEl | HTMLDivElement | the input element. |
| initializer | (value: string, shouldFocus?: boolean | undefined) => unknown | the initializer function. |
Returns: void