I guess you need something like this: const MySelect = props => ( <Select {...props} value={props.options.filter(option => option.label === 'Some label')} ...
確定! 回上一頁