Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
プロパティ => props
  • Loading branch information
smikitky authored Aug 8, 2023
commit 38ddcef046bc87d1aa803149ddaebd27b07edd15
2 changes: 1 addition & 1 deletion src/content/reference/react-dom/components/select.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ title: "<select>"

* `defaultValue`: 文字列(または [`multiple={true}`](#enabling-multiple-selection) の場合は文字列の配列)。[デフォルトのオプションを指定](#providing-an-initially-selected-option) します。

以下の `<select>` のプロパティは、非制御セレクトボックスと制御されたセレクトボックスの両方で用いられます。
以下の `<select>` の props は、非制御セレクトボックスと制御されたセレクトボックスの両方で用いられます。

* [`autoComplete`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select#attr-autocomplete): 文字列。可能な[オートコンプリート動作](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete#values)の 1 つを指定します。
* [`autoFocus`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select#attr-autofocus): ブーリアン。`true` の場合、React は要素をマウント時にフォーカスします。
Expand Down