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:

ParameterTypeDescription
thisMultiselect
inputElHTMLDivElementthe input element.
initializer(value: string, shouldFocus?: boolean | undefined) => unknownthe initializer function.

Returns: void