RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@nativetail/ui
Versions diffs
0.1.9 → 0.2.0
@nativetail/ui 0.1.9 → 0.2.0
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/package.json
+1
-1
package/src/components/form-builder/index.tsx
+1
-1
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@nativetail/ui",
3
-
"version": "0.
1
.
9
",
3
+
"version": "0.
2
.
0
",
4
4
"description": "",
5
5
"main": "src/index.ts",
6
6
"scripts": {},
package/src/components/form-builder/index.tsx
CHANGED
Viewed
@@ -32,7 +32,7 @@ type ZodFormBuilderProps<
32
32
schema: T;
33
33
inputs?: Partial<
34
34
Record<
35
-
keyof
T
,
35
+
keyof
IValues
,
36
36
{
37
37
render?: (props: {
38
38
control: Control<IValues, any>;