final-form-material-ui icon indicating copy to clipboard operation
final-form-material-ui copied to clipboard

Styling options for Select

Open larissa-n opened this issue 5 years ago • 0 comments

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.)

larissa-n avatar Mar 29 '19 20:03 larissa-n