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?!
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 usingTextFieldin many other places of my codebase) but I assume that other people are as lazy as me and would love to have a convenienceSelectFieldthat 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?!