Skip to content

Redo Select validator release

Compare
Choose a tag to compare
@NewOldMax NewOldMax released this 11 Dec 13:37
· 59 commits to master since this 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"
/>