Merge pull request #29761 from ant-design/feature

Feature
This commit is contained in:
陈帅 2021-03-14 16:38:43 +08:00 committed by GitHub
commit ecf4bbe15d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 1 deletions

View File

@ -105,6 +105,8 @@ Basic text writing, including headings, body text, lists, and more.
| onChange | Called when input at textarea | function(event) | - | |
| onEnd | Called when type ENTER to exit editable state | function | - | 4.14.0 |
| onStart | Called when enter editable state | function | - | |
| onCancel | Called when type ESC to exit editable state | function | - | |
| onEnd | Called when type ENTER to exit editable state | function | - | |
### ellipsis

View File

@ -105,6 +105,8 @@ cover: https://gw.alipayobjects.com/zos/alicdn/GOM1KQ24O/Typography.svg
| onChange | 文本域编辑时触发 | function(event) | - | |
| onEnd | 按 ENTER 结束编辑状态时触发 | function | - | 4.14.0 |
| onStart | 进入编辑中状态时触发 | function | - | |
| onCancel | 按 ESC 退出编辑状态时触发 | function | - | |
| onEnd | 按 ENTER 结束编辑状态时触发 | function | - | |
### ellipsis

View File

@ -124,7 +124,7 @@
"rc-dialog": "~8.5.1",
"rc-drawer": "~4.3.0",
"rc-dropdown": "~3.2.0",
"rc-field-form": "~1.19.0",
"rc-field-form": "~1.20.0",
"rc-image": "~5.2.3",
"rc-input-number": "~7.0.1",
"rc-mentions": "~1.5.0",