Skip to content

Commit f0f7178

Browse files
committed
doc: uddate table
1 parent 3a968fd commit f0f7178

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

components/form/index.en-US.md

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ A form consists of one or more form fields whose type includes input, textarea,
4949
| Events Name | Description | Arguments | Version |
5050
| --- | --- | --- | --- | --- |
5151
| submit | Defines a function will be called if form data validation is successful. | Function(e:Event) | |
52-
| validate | triggers after a form item is validated | name of the form item being validated, whether validation is passed and the error message if not | |
5352
| finish | Trigger after submitting the form and verifying data successfully | function(values) | - | 2.0.0 |
5453
| finishFailed | Trigger after submitting the form and verifying data failed | function({ values, errorFields, outOfDate }) | - | 2.0.0 |
5554

components/form/index.zh-CN.md

-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ cover: https://gw.alipayobjects.com/zos/alicdn/ORmcdeaoO/Form.svg
5050
| 事件名称 | 说明 | 回调参数 | 版本 |
5151
| --- | --- | --- | --- | --- |
5252
| submit | 数据验证成功后回调事件 | Function(e:Event) ||
53-
| validate | 任一表单项被校验后触发 | 被校验的表单项 name 值,校验是否通过,错误消息(如果存在) |
5453
| finish | 提交表单且数据验证成功后回调事件 | function(values) | - | 2.0.0 |
5554
| finishFailed | 提交表单且数据验证失败后回调事件 | function({ values, errorFields, outOfDate }) | - | 2.0.0 |
5655

0 commit comments

Comments
 (0)