final-form-material-ui
final-form-material-ui copied to clipboard
Styling options for Select
variant="outlined"
won't work on Select components.
Neither does
formControlProps={{variant:'outlined'}}
(Unlike TextFields, where the variant property is set in the element itself, Select requires that it be set in the FormControl parent.)