-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
[select] Multiple select should support FormData.getAll() #48678
Copy link
Copy link
Open
Labels
breaking changeIntroduces changes that are not backward compatible.Introduces changes that are not backward compatible.has workaroundThere’s a bug, but users have a complete workaround, so no urgent fix or release is needed.There’s a bug, but users have a complete workaround, so no urgent fix or release is needed.scope: selectChanges related to the select.Changes related to the select.v10.x
Milestone
Metadata
Metadata
Assignees
Labels
breaking changeIntroduces changes that are not backward compatible.Introduces changes that are not backward compatible.has workaroundThere’s a bug, but users have a complete workaround, so no urgent fix or release is needed.There’s a bug, but users have a complete workaround, so no urgent fix or release is needed.scope: selectChanges related to the select.Changes related to the select.v10.x
Fields
Give feedbackNo fields configured for issues without a type.
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