Skip to content

Multiselect.setInputText method

Multiselect › setInputText

Unofficial

Set the text of the input element of the multiselect.

Signature:

setInputText(text: string): void

Parameters:

ParameterTypeDescription
textstringthe text to set.

Returns: void