Skip to content

Commit

Permalink
feat(Input): supplementary documentation close #4334
Browse files Browse the repository at this point in the history
  • Loading branch information
YunMeng99 committed Dec 11, 2023
1 parent b5c60bd commit 09dbe25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/input/index.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Form Input, use it with Form components usually.
| state | state<br><br>option:<br>'error'<br>'loading'<br>'success' | Enum | - |
| autoHeight | height auto fit, exapmle: true / {minRows: 2, maxRows: 4} | Boolean/Object | false |
| rows | multiline text height <br />(Never use `height` to controll textarea's height for compatibility with IE9/10) | Number | 4 |

| hasClear | clear button displays or not | Boolean | - |
### Input.Group

| Param | Descripiton | Type | Default Value |
Expand Down
2 changes: 1 addition & 1 deletion docs/input/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
| hasBorder | 是否有边框 | Boolean | true | |
| autoHeight | 自动高度 true / {minRows: 2, maxRows: 4} | Boolean/Object | false | |
| rows | 多行文本框高度 <br />(不要直接用height设置多行文本框的高度, ie9 10会有兼容性问题) | Number | 4 | |

| hasClear | 是否出现clear按钮 | Boolean | - | |
### Input.Group

| 参数 | 说明 | 类型 | 默认值 |
Expand Down

0 comments on commit 09dbe25

Please sign in to comment.