diff --git a/src/content/reference/react-dom/components/input.md b/src/content/reference/react-dom/components/input.md
index 37ff14d98..5ab68554b 100644
--- a/src/content/reference/react-dom/components/input.md
+++ b/src/content/reference/react-dom/components/input.md
@@ -1,10 +1,17 @@
---
title: ""
+translationStatus: ai-draft
---
+
+
+Questa pagina è stata tradotta automaticamente e supervisionata da un maintainer. Un'ulteriore revisione da parte della community sarebbe comunque utile. [Migliora questa traduzione](https://github.com/reactjs/it.react.dev/edit/main/src/content/reference/react-dom/components/input.md).
+
+
+
-The [built-in browser `` component](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input) lets you render different kinds of form inputs.
+Il [componente browser integrato ``](https://developer.mozilla.org/it/docs/Web/HTML/Element/input) ti permette di renderizzare diversi tipi di input per i form.
```js
@@ -20,90 +27,90 @@ The [built-in browser `` component](https://developer.mozilla.org/en-US/d
### `` {/*input*/}
-To display an input, render the [built-in browser ``](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input) component.
+Per visualizzare un input, renderizza il [componente browser integrato ``](https://developer.mozilla.org/it/docs/Web/HTML/Element/input).
```js
```
-[See more examples below.](#usage)
+[Vedi altri esempi sotto.](#usage)
#### Props {/*props*/}
-`` supports all [common element props.](/reference/react-dom/components/common#common-props)
-
-- [`formAction`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#formaction): A string or function. Overrides the parent `