Deadly0 / final-form-material-ui

A set of wrapper components to facilitate using Material UI with Final Form
92 stars 33 forks source link

Styling options for Select #16

Open larissa-n opened 5 years ago

larissa-n commented 5 years ago

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