Open Juneezee opened 15 hours ago
Fixes https://github.com/mui/material-ui/issues/43571.
As described in the issue, the placeholder prop of the <Select> component has no effect. To avoid future confusion, such as this StackOverflow post, the placeholder prop should be omitted from the <Select> component.
placeholder
<Select>
Fixes https://github.com/mui/material-ui/issues/43571.
As described in the issue, the
placeholder
prop of the<Select>
component has no effect. To avoid future confusion, such as this StackOverflow post, theplaceholder
prop should be omitted from the<Select>
component.