Skip to content

Commit

Permalink
Merge pull request ant-design#29761 from ant-design/feature
Browse files Browse the repository at this point in the history
Feature
  • Loading branch information
chenshuai2144 authored Mar 14, 2021
2 parents 8622c39 + 1621802 commit ecf4bbe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions components/typography/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions components/typography/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ecf4bbe

Please sign in to comment.