Andrew Kingston
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
packages/client/src/components/app/forms/InnerForm.svelte
|
|
@ -261,7 +261,6 @@ |
|
|
|
|
|
|
|
|
// Update field state |
|
|
// Update field state |
|
|
const error = validator ? validator(value) : null |
|
|
const error = validator ? validator(value) : null |
|
|
console.log("value changed to", value, "new error is", error) |
|
|
|
|
|
fieldInfo.update(state => { |
|
|
fieldInfo.update(state => { |
|
|
state.fieldState.value = value |
|
|
state.fieldState.value = value |
|
|
state.fieldState.error = error |
|
|
state.fieldState.error = error |
|
|
|