Browse Source

docs: Update textArea autoSize version description

pointhalo 2 years ago
parent
commit
9b1221cef3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      content/input/input/index-en-US.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                          | -       |