Skip to content

Commit

Permalink
删除文档中textarea不存在的label属性 (#3357)
Browse files Browse the repository at this point in the history
* Update textarea.en-US.md

* Update textarea.md
  • Loading branch information
ningshuofu authored Sep 13, 2023
1 parent 019ba52 commit c8ccf72
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/textarea/textarea.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ allowInputOverMax | Boolean | false | \- | N
autofocus | Boolean | false | \- | N
autosize | Boolean / Object | false | Typescript:`boolean \| { minRows?: number; maxRows?: number }` | N
disabled | Boolean | false | \- | N
label | String / Slot / Function | - | Typescript:`string \| TNode`[see more ts definition](https://github.com/Tencent/tdesign-vue-next/blob/develop/src/common.ts) | N
maxcharacter | Number | - | \- | N
maxlength | Number / String | - | \- | N
name | String | - | \- | N
Expand Down
1 change: 0 additions & 1 deletion src/textarea/textarea.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ allowInputOverMax | Boolean | false | 超出maxlength或maxcharacter之后是否
autofocus | Boolean | false | 自动聚焦,拉起键盘 | N
autosize | Boolean / Object | false | 高度自动撑开。 autosize = true 表示组件高度自动撑开,同时,依旧允许手动拖高度。如果设置了 autosize.maxRows 或者 autosize.minRows 则不允许手动调整高度。TS 类型:`boolean \| { minRows?: number; maxRows?: number }` | N
disabled | Boolean | false | 是否禁用文本框 | N
label | String / Slot / Function | - | 左侧文本。TS 类型:`string \| TNode`[通用类型定义](https://github.com/Tencent/tdesign-vue-next/blob/develop/src/common.ts) | N
maxcharacter | Number | - | 用户最多可以输入的字符个数,一个中文汉字表示两个字符长度 | N
maxlength | Number / String | - | 用户最多可以输入的字符个数 | N
name | String | - | 名称,HTML 元素原生属性 | N
Expand Down

0 comments on commit c8ccf72

Please sign in to comment.