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 682a7e6 commit 8a7fe80Copy full SHA for 8a7fe80
lib/components/Form.svelte
@@ -16,7 +16,10 @@
16
handleChange,
17
handleSubmit,
18
updateField,
19
+ updateInitialValues,
20
updateTouched,
21
+ updateValidateField,
22
+ validateField,
23
} = createForm({
24
initialValues,
25
validationSchema,
@@ -32,7 +35,10 @@
32
35
33
36
34
37
38
39
40
41
42
});
43
</script>
44
@@ -45,6 +51,9 @@
45
51
{handleChange}
46
52
{handleSubmit}
47
53
{updateField}
54
+ {updateInitialValues}
48
55
{updateTouched}
56
+ {updateValidateField}
57
+ {validateField}
49
58
/>
50
59
</form>
0 commit comments