For setting a required Select field with Material UI, you can do: class SimpleSelect extends React.PureComponent { state = { selected: null, ...
確定! 回上一頁