I have wizard redux-from and my fields are something like this:
<Field
component={TextField}
className="mui-textfield"
floatingLabelText="title"
name="data.title"
fullWidth={true}
/>
so I want to validate the form with validate function,
Question:
how can I do this work?
Thanks