Remove log
This commit is contained in:
parent
5b40ef2422
commit
283c4a5d9f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue