diff --git a/src/content/reference/react-dom/components/input.md b/src/content/reference/react-dom/components/input.md
index b6214249d7..1130ce51a1 100644
--- a/src/content/reference/react-dom/components/input.md
+++ b/src/content/reference/react-dom/components/input.md
@@ -1,10 +1,9 @@
---
title: ""
---
-
-The [built-in browser `` component](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input) lets you render different kinds of form inputs.
+Встроенный браузерный компонент [``](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input) позволяет отображать различные типы полей ввода формы.
```js
@@ -16,94 +15,94 @@ The [built-in browser `` component](https://developer.mozilla.org/en-US/d
---
-## Reference {/*reference*/}
+## Справочник {/*reference*/}
### `` {/*input*/}
-To display an input, render the [built-in browser ``](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input) component.
+Чтобы отобразить поле ввода, используйте встроенный браузерный компонент [``](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input).
```js
```
-[See more examples below.](#usage)
-
-#### Props {/*props*/}
-
-`` supports all [common element props.](/reference/react-dom/components/common#props)
-
-- [`formAction`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#formaction): A string or function. Overrides the parent `