Skip to content

Commit

Permalink
fix(formItem): validateTrigger无法正确触发校验 (#2433)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-huxiyang committed Jul 12, 2024
1 parent 9ca55b3 commit b964b47
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/packages/form/useform.taro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ class FormStore {
item.entity.onStoreChange('update')
}
})
this.validateFields()
}

setCallback = (callback: Callbacks) => {
Expand Down
1 change: 0 additions & 1 deletion src/packages/form/useform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ class FormStore {
item.entity.onStoreChange('update')
}
})
this.validateFields()
}

setCallback = (callback: Callbacks) => {
Expand Down

0 comments on commit b964b47

Please sign in to comment.