Skip to content

Commit

Permalink
docs: Update textArea autoSize version description
Browse files Browse the repository at this point in the history
  • Loading branch information
pointhalo authored Oct 31, 2023
1 parent 574fd29 commit d053018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/input/input/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ import { Input, Typography, Form, TextArea, Button } from '@douyinfe/semi-ui';
| aria-label | 设置 aria-label 属性 | string | - |
| aria-labelledby | 设置 aria-labelledby 属性 | string | - |
| aria-required | 设置 aria-required 属性 | string | - |
| autosize | 是否随着自动适应内容高度,可写成对象配置最小最大行数`{minRows?: number, maxRows?: number}`<br />**从x.x.x版本起支持对象参数** | boolean\|object | false |
| autosize | 是否随着自动适应内容高度,可写成对象配置最小最大行数`{minRows?: number, maxRows?: number}`<br />**从2.45.0版本起支持对象参数** | boolean\|object | false |
| borderless | 无边框模式 >=2.33.0 | boolean | |
| className | 类名 | string | - |
| cols | 默认列数 | number ||
Expand Down

0 comments on commit d053018

Please sign in to comment.