Merge pull request #11540 from tritri251214/form-context-scaffolder
[Scaffolder] Get data of other fields in Form from a custom field
This commit is contained in:
@@ -198,6 +198,7 @@ export const MultistepJsonForm = (props: Props) => {
|
||||
widgets={widgets}
|
||||
noHtml5Validate
|
||||
formData={formData}
|
||||
formContext={formData}
|
||||
onChange={onChange}
|
||||
onSubmit={e => {
|
||||
if (e.errors.length === 0) handleNext();
|
||||
|
||||
Reference in New Issue
Block a user