We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 998a11a + 7958931 commit 8cd0173Copy full SHA for 8cd0173
1 file changed
packages/react-form-renderer/src/files/use-field-api.js
@@ -49,7 +49,7 @@ const useFieldApi = ({ name, initializeOnMount, component, render, validate, dat
49
});
50
}
51
52
- const { initialValue, ...cleanProps } = props;
+ const { initialValue, clearOnUnmount, ...cleanProps } = props;
53
54
/**
55
* construct component props necessary that would live in field provider
0 commit comments