Root static functions of MultiSelect Component
Function to create Float Label element.
Returns void
Function to focus the Float Label element.
Parameter | Type | Description |
---|---|---|
overAllWrapper | HTMLDivElement |
overall wrapper of multiselect. |
componentWrapper | HTMLDivElement |
wrapper element of multiselect. |
value | number[] | string[] | boolean[] |
Value of the MultiSelect. |
floatLabelType | FloatLabelType |
Specify the FloatLabel Type. |
placeholder | string |
Specify the PlaceHolder text. |
Returns void
Function for focusing the Float Element.
Parameter | Type | Description |
---|---|---|
overAllWrapper | HTMLDivElement |
overall wrapper of multiselect. |
componentWrapper | HTMLDivElement |
wrapper element of multiselect. |
Returns void
Function to remove Float Label element.
Parameter | Type | Description |
---|---|---|
overAllWrapper | HTMLDivElement |
overall wrapper of multiselect. |
componentWrapper | HTMLDivElement |
wrapper element of multiselect. |
searchWrapper | HTMLElement |
search wrapper of multiselect. |
inputElement | HTMLInputElement |
specify the input wrapper. |
value | number[] | string[] | boolean[] |
Value of the MultiSelect. |
floatLabelType | FloatLabelType |
Specify the FloatLabel Type. |
placeholder | string |
Specify the PlaceHolder text. |
Returns void
Function to set the placeholder to the element.
Parameter | Type | Description |
---|---|---|
value | number[] | string[] | boolean[] |
Value of the MultiSelect. |
inputElement | HTMLInputElement |
specify the input wrapper. |
placeholder | string |
Specify the PlaceHolder text. |
Returns void
Function to update status of the Float Label element.
Parameter | Type | Description |
---|---|---|
value | string[] | number[] | boolean[] |
Value of the MultiSelect. |
label | HTMLElement |
float label element. |
Returns void