mirror of
https://github.com/LukeHagar/form.git
synced 2025-12-10 12:27:45 +00:00
fix: no log
This commit is contained in:
@@ -98,7 +98,6 @@ export class FieldApi<TData, TFormData> {
|
|||||||
const prevState = this.state
|
const prevState = this.state
|
||||||
this.state = next
|
this.state = next
|
||||||
if (next.value !== prevState.value) {
|
if (next.value !== prevState.value) {
|
||||||
console.log('change')
|
|
||||||
this.validate('change', next.value)
|
this.validate('change', next.value)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user