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.
1 parent f2c50c7 commit c850f3cCopy full SHA for c850f3c
packages/react-form-renderer/src/form-renderer/render-form.js
@@ -18,7 +18,7 @@ FormFieldHideWrapper.defaultProps = {
18
19
const FormConditionWrapper = ({ condition, children, field }) =>
20
condition ? (
21
- <FormSpy>
+ <FormSpy subscription={{ values: true }}>
22
{({ values }) => (
23
<Condition condition={condition} values={values} field={field}>
24
{children}
0 commit comments