Skip to content

Multiselect._createElement method

Multiselect › _createElement

Unofficial

Create a new element for the multiselect.

Signature:

_createElement(value: string): null | string

Parameters:

Parameter Type Description
value string the value of the element.

Returns: null | stringthe created element or null if the value is not valid.