Khan / react-multi-select

A multiple select component for React
MIT License
184 stars 97 forks source link

react-multi-select, select some of Item #66

Open softwaresolution357 opened 4 years ago

softwaresolution357 commented 4 years ago

hi sir, this is my option value, const options = [ {label: "One", value: 1}, {label: "Two", value: 2}, {label: "Three", value: 3}, ];

I send two value through props, this two value selected ,when render the element, Please help me, data = [ {label: "One", value: 1}, {label: "Two", value: 2}]