@react-typed-forms/schemas 16.2.0 → 16.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.cjs CHANGED
@@ -1669,7 +1669,8 @@ function RenderForm(_ref) {
1669
1669
  readonly: readonly,
1670
1670
  disabled: disabled,
1671
1671
  variables: variables,
1672
- formState: formState
1672
+ formState: formState,
1673
+ hidden: hidden
1673
1674
  });
1674
1675
  var labelAndChildren = renderControlLayout({
1675
1676
  formNode: form,