From 4f4f3bd7a90e988a9fe138e052b3efc01915c21d Mon Sep 17 00:00:00 2001
From: "translate-react-bot[bot]"
<251169733+translate-react-bot[bot]@users.noreply.github.com>
Date: Thu, 14 May 2026 15:32:38 +0000
Subject: [PATCH 1/2] =?UTF-8?q?docs:=20translate=20`input.md`=20to=20?=
=?UTF-8?q?=D0=A0=D1=83=D1=81=D1=81=D0=BA=D0=B8=D0=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../reference/react-dom/components/input.md | 258 +++++++++---------
1 file changed, 129 insertions(+), 129 deletions(-)
diff --git a/src/content/reference/react-dom/components/input.md b/src/content/reference/react-dom/components/input.md
index b6214249d7..88941fe486 100644
--- a/src/content/reference/react-dom/components/input.md
+++ b/src/content/reference/react-dom/components/input.md
@@ -1,10 +1,10 @@
---
-title: ""
+title: "``"
---
-
+```html
-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/ru/docs/Web/HTML/Element/input) позволяет отображать различные виды полей ввода формы.
```js
@@ -16,94 +16,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/ru/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 `