We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80c123a + 3996098 commit ad42072Copy full SHA for ad42072
1 file changed
src/components/Form/Widgets/SelectWidget.tsx
@@ -128,6 +128,7 @@ export const SelectWidget = ({
128
...(inputProps ?? {}),
129
},
130
}}
131
+ placeholder={placeholder}
132
{...(multiple && {
133
onKeyDown: (e) => {
134
// Prevent deleting the last chip with backspace or delete https://github.com/mui/material-ui/issues/21129#issuecomment-636919142
0 commit comments