Current behavior. I send array data to value prop like this. function MUISelect(value: string[]) { return <Select multiple value={value} ...
確定! 回上一頁