Skip to content

TextField with select prop isn't working #315

@gotnoklu

Description

@gotnoklu

I came across the following code working in MUI but not in SUID:

function Select() {
  return (
    <TextField select> ... </TextField>
  )
}

In MUI, a Select component is rendered whilst with SUID, a normal TextField is shown; I suppose there isn't support for this prop yet. Is anyone working on this or has it been planned? This would be nice to have since it is commonly used.

Code Example: Codesandbox

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions