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:

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

Returns: thisthe multiselect.