diff --git a/src/content/reference/react-dom/components/select.md b/src/content/reference/react-dom/components/select.md index 72033ea0a..b95e90ded 100644 --- a/src/content/reference/react-dom/components/select.md +++ b/src/content/reference/react-dom/components/select.md @@ -1,10 +1,17 @@ --- title: "` component](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select) lets you render a select box with options. +Il [componente browser integrato ` @@ -23,7 +30,7 @@ The [built-in browser `` {/*select*/} -To display a select box, render the [built-in browser ``](https://developer.mozilla.org/it/docs/Web/HTML/Element/select). ```js `](https://develo ``` -[See more examples below.](#usage) +[Vedi altri esempi sotto.](#usage) #### Props {/*props*/} -`` supporta tutte le [props comuni degli elementi.](/reference/react-dom/components/common#common-props) -You can [make a select box controlled](#controlling-a-select-box-with-a-state-variable) by passing a `value` prop: +Puoi [controllare una casella select](#controlling-a-select-box-with-a-state-variable) passando una prop `value`: -* `value`: A string (or an array of strings for [`multiple={true}`](#enabling-multiple-selection)). Controls which option is selected. Every value string match the `value` of some ``](https://developer.mozilla.org/it/docs/Web/HTML/Element/optgroup) e [``](https://developer.mozilla.org/it/docs/Web/HTML/Element/datalist). Puoi anche passare i tuoi componenti, purché alla fine renderizzino uno dei componenti consentiti. Se passi i tuoi componenti che alla fine renderizzano tag `