Browse Source

Merge branch 'main' into release

pointhalo 2 years ago
parent
commit
acf9cef999
2 changed files with 2 additions and 2 deletions
  1. 1 1
      content/input/input/index-en-US.md
  2. 1 1
      content/input/input/index.md

+ 1 - 1
content/input/input/index-en-US.md

@@ -434,7 +434,7 @@ Answers to some questions:
 | aria-label        | Set aria-label properties                                                                                              | string                          | -       |
 | aria-labelledby   | Set aria-labelledby properties                                                                                         | string                          | -       |
 | aria-required     | Set aria-required properties                                                                                           | string                          | -       |
-| autosize          | Toggle whether to allow autosize when content height changes, can config max and min rows by object value`{minRows?: number, maxRows?: number}`<br />**object param support from version x.x.x**                                                           | boolean                         | false   |
+| autosize          | Toggle whether to allow autosize when content height changes, can config max and min rows by object value`{minRows?: number, maxRows?: number}`<br />**object param support from v2.45.0**                                                           | boolean                         | false   |
 | borderless        | borderless mode  >=2.33.0                                                                                                                                                                     | boolean                         |           |
 | className         | Class name                                                                                                             | string                          | -       |
 | cols              | The visible width of the text control, in average character widths. If it is specified, it must be a positive integer. | number                          | -       |

+ 1 - 1
content/input/input/index.md

@@ -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                          | 无     |