We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent f400c80 commit 81e43c5Copy full SHA for 81e43c5
components/typography/index.zh-CN.md
@@ -116,7 +116,7 @@ coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*LT2jR41Uj2EAAA
116
| editing | 控制是否是编辑中状态 | boolean | false | |
117
| maxlength | 编辑中文本域最大长度 | number | - | |
118
| tooltip | 是否展示提示文本 | boolean | true | |
119
-| triggerType | Edit mode trigger - icon, text or both (not specifying icon as trigger hides it) | Array<`icon`\|`text`> | \[`icon`] | |
+| triggerType | 编辑模式触发器类型,图标、文本或者两者都设置(不设置图标作为触发器时它会隐藏) | Array<`icon`\|`text`> | \[`icon`] | |
120
| onCancel | 按 ESC 退出编辑状态时触发 | function | - | |
121
| onChange | 文本域编辑时触发 | function(event) | - | |
122
| onEnd | 按 ENTER 结束编辑状态时触发 | function | - | |
0 commit comments