UNPKG

wix-style-react

Version:
12 lines (9 loc) 690 B
# MultiSelectComposite component ## Properties | propName | propType | defaultValue | isRequired | description | |----------|----------|--------------|------------|-------------| | children | element(s) | - | true | Label(optional), MultiSelect (required) | | required | bool | false | - | determines whether to add a required field sign or not | | info | node | - | - | rendered as the content of the info tooltip | | appendToParent | bool | true | - | append the info tooltip to the parent element | | tooltip | node | - | - | custom tooltip to render instead of the default one |