Skip to content

手动设置错误信息,值变化时手动设置的错误信息仍然存在 #1457

Answered by janryWang
denvey asked this question in Q&A [2.x]
Discussion options

You must be logged in to vote
createForm({
   effects(){
     onFieldValueChange('input',(field)=>{
         if(field.value){
            field.setFeedback([])
         }
     })
   }
})

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@denvey
Comment options

@janryWang
Comment options

@denvey
Comment options

Answer selected by janryWang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants