Skip to content

[select] Multiple select should support FormData.getAll() #48678

@singpolyma

Description

@singpolyma

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    breaking changeIntroduces 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.scope: selectChanges related to the select.v10.x
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions