Steps to reproduce
Look at https://github.com/mui/material-ui/blob/master/packages/mui-material/src/Select/SelectInput.js#L869 observe that it puts a comma separated value into the native input value
Current behavior
comma separated value in FormData
Expected behavior
Either multiple values (multiple inputs) or else nothing at all (so we can do it ourselves)
Context
Submit a form built using MUI
Your environment
No response
Search keywords: textfield selectinput multiple
Steps to reproduce
Look at https://github.com/mui/material-ui/blob/master/packages/mui-material/src/Select/SelectInput.js#L869 observe that it puts a comma separated value into the native input value
Current behavior
comma separated value in FormData
Expected behavior
Either multiple values (multiple inputs) or else nothing at all (so we can do it ourselves)
Context
Submit a form built using MUI
Your environment
No response
Search keywords: textfield selectinput multiple