Skip to content

Commit

Permalink
docs(cn): update reference/react-dom/components/textarea translation (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
symant233 authored Jun 29, 2023
1 parent caa1551 commit df3cd1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/reference/react-dom/components/textarea.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ title: "<textarea>"

* `defaultValue`:一个字符串,表示文本框的 [初始值](#providing-an-initial-value-for-a-text-area)

以下 `<select>` 属性均可用于受控与非受控组件:
以下 `<textarea>` 属性均可用于受控与非受控组件:

* [`autoComplete`](https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/textarea#attr-autocomplete):可以为 `'on'``'off'`,表示自动完成的行为。
* [`autoFocus`](https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/textarea#attr-autofocus):布尔值。如果为 `true`,React 将在挂载时聚焦该元素。
Expand Down

0 comments on commit df3cd1b

Please sign in to comment.