Uh oh!
There was an error while loading. Please reload this page.
Translate "<select>" component - #644
Conversation
Uh oh!
There was an error while loading. Please reload this page.
smikitky
left a comment
There was a problem hiding this comment.
幾つかの修正と、読みやすくするための suggestion を行いましたので確認をお願いします。
| `<select>` は[一般的な要素の props](/reference/react-dom/components/common#props) をすべてサポートしています。 | ||
| You can [make a select box controlled](#controlling-a-select-box-with-a-state-variable) by passing a `value` prop: | ||
| `value` プロパティを渡すことで、[セレクトボックスを制御](#controlling-a-select-box-with-a-state-variable)できます。 |
There was a problem hiding this comment.
| `value` プロパティを渡すことで、[セレクトボックスを制御](#controlling-a-select-box-with-a-state-variable)できます。 | |
| `value` プロパティを渡すことで、[セレクトボックスを制御されたコンポーネント (controlled component)](#controlling-a-select-box-with-a-state-variable) にできます。 |
訳語統一です
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ainoshment
commented
Aug 6, 2023
@smikitky (修正箇所が多くて😓)お手数をおかけしました...!修正を行いましたのでご確認よろしくお願いします! |
smikitky
commented
Aug 8, 2023
ありがとうございました。1箇所だけスタイルの問題を追加で修正させていただきました(3a4613c)。 |
Size changesDetails📦 Next.js Bundle Analysis for react-devThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
koba04
left a comment
There was a problem hiding this comment.
@ainoshment
レビューありがとうございます!一点、Markdown フォーマットの修正だけ提案したので確認お願いします!
Uh oh!
There was an error while loading. Please reload this page.
react-dom: Componentsの<select>の翻訳です。