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 6be1dae commit 91b6e1cCopy full SHA for 91b6e1c
src/components/form/useForm.ts
@@ -85,6 +85,7 @@ class Validation<Values> implements IValidation<Values> {
85
return {
86
// @ts-ignore – z.B. wenn dein Input `defaultValue` kennt
87
defaultValue: currentValue,
88
+ initialValue: currentValue,
89
formValidation: {
90
setValue: (value: any) => {
91
this.changeValue(currentName, value)
0 commit comments