-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
1.6.4
Environment
vue 2.6.10, antdv 1.6.4
Reproduction link
Steps to reproduce
- add rules to the form-model-item
- click “查询” invoke the validator
- It shows the validate fail message.
- select right date range, the fail message don't disappear
- click "重置" button, the fail message disappear but the value of the date-picker not reset.
What is expected?
- auto validate
- fix resetFields
What is actually happening?
- Maybe the date range picker is not auto linked with the form model item