提交 841187e4 编写于 作者: D dolymood

fix(form): should always validate no matter value changed

上级 78d18e7e
......@@ -152,7 +152,7 @@
if ((!debounceTime && debounceTime !== 0) || debounceTime < 0 || this.fieldValue.trigger === 'blur') return
this.getValidatorModel = debounce((modelValue) => {
this.syncValidatorValue()
// this.validate()
this.validate()
return modelValue
}, debounceTime, false, this.validatorModel[this.validatorModelKey])
},
......@@ -162,7 +162,7 @@
focusOutHandler() {
this.focused = false
this.updateValidatorModel()
// this.validate()
this.validate()
},
initFocusEvents() {
if (this.fieldValue.trigger === 'blur') {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册