Merge branch '2.x' into dev
This commit is contained in:
+2
-2
@@ -462,8 +462,8 @@ export default {
|
||||
|
||||
| Event | Description | Arguments |
|
||||
| --- | --- | --- |
|
||||
| submit | Triggered after submitting the form and validation passed | _values: object_ |
|
||||
| failed | Triggered after submitting the form and validation failed | _errorInfo: { values: object, errors: object[] }_ |
|
||||
| submit | Emitted after submitting the form and validation passed | _values: object_ |
|
||||
| failed | Emitted after submitting the form and validation failed | _errorInfo: { values: object, errors: object[] }_ |
|
||||
|
||||
### Methods
|
||||
|
||||
|
||||
Reference in New Issue
Block a user