@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 +2 -1
- package/lib/index.cjs.map +1 -1
- package/lib/index.js +2 -1
- package/lib/index.js.map +1 -1
- package/package.json +2 -2
- package/src/RenderForm.tsx +1 -0
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,
|