[Solution found!] 我猜你需要这样的东西: const MySelect = props => ( <Select {...props} value={props.options.filter(option => option.label === 'Some ...
確定! 回上一頁