Skip to content

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

Parameters:

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

Returns: void