Skip to content

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): this

Parameters:

Parameter Type Description
setupInput (this: Multiselect, inputEl: HTMLDivElement, initializer: (value: string, shouldFocus?: boolean | undefined) => unknown) => void the function to setup the input element.

Returns: thisthe multiselect.