Redo Select validator release
Breaking change
For now SelectValidator
uses TextField
component in select mode, to migrate you should remove formControl
and inputLabel
props and use label
prop
<SelectValidator
...
- formControl={FormControl}
- inputLabel={InputLabel}
+ label="Label title"
/>