Skip to content

SelectField (like TextField)? #8270

Description

@ctavan

Now that we have a <Select> thanks to #8023 (which is awesome!) I was wondering if there are any plans to add a <SelectField> convenience wrapper like we have the <TextField> for <Input>?

I was able to create one for myself by more or less copy&pasting the TextField (and I'm extensively using TextField in many other places of my codebase) but I assume that other people are as lazy as me and would love to have a convenience SelectField that contains Label, HelperText etc. pp. out of the box.

I remember that there have been extensive discussions about which scope of Select should be covered (Autosuggest, etc.) and I'm not to add any more complex logic to Material UI. I'm just wondering if a TextField-Like wrapper around Select would fit into the Material UI scope or not?!

Metadata

Metadata

Assignees

Labels

good first issueGreat for first contributions. Enable to learn the contribution process.scope: selectChanges related to the select.type: new featureExpand the scope of the product to solve a new problem.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions