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