Multiselect._createElement method
Multiselect › _createElement
Unofficial
Create a new element for the multiselect.Signature:
_createElement(value: string): null | stringParameters:
| Parameter | Type | Description |
|---|---|---|
| value | string | the value of the element. |
Returns: null | string — the created element or null if the value is not valid.