Multiselect.removeElement method
Multiselect › removeElement
Unofficial
Remove an element of the multiselect.Signature:
removeElement(index: number, shouldFocus?: boolean | undefined): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| index | number | the index of the element. |
| shouldFocus? | boolean | undefined | Whether to focus the next element after removal. |
Returns: void