Skip to content

Commit ad82673

Browse files
authored
Merge pull request #77 from reactjs/sync-69edd845
Sync with react.dev @ 69edd84
2 parents bd353f6 + f3f3f26 commit ad82673

File tree

1 file changed

+0
-9
lines changed
  • src/content/reference/react-dom/components

1 file changed

+0
-9
lines changed

src/content/reference/react-dom/components/input.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,7 @@ To display an input, render the [built-in browser `<input>`](https://developer.m
3232

3333
`<input>` supports all [common element props.](/reference/react-dom/components/common#props)
3434

35-
<<<<<<< HEAD
36-
<Canary>
37-
38-
React's extensions to the `formAction` prop are currently only available in React's Canary and experimental channels. In stable releases of React, `formAction` works only as a [built-in browser HTML component](/reference/react-dom/components#all-html-components). Learn more about [React's release channels here](/community/versioning-policy#all-release-channels).
39-
</Canary>
40-
41-
[`formAction`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#formaction): A string or function. Overrides the parent `<form action>` for `type="submit"` and `type="image"`. When a URL is passed to `action` the form will behave like a standard HTML form. When a function is passed to `formAction` the function will handle the form submission. See [`<form action>`](/reference/react-dom/components/form#props).
42-
=======
4335
- [`formAction`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#formaction): A string or function. Overrides the parent `<form action>` for `type="submit"` and `type="image"`. When a URL is passed to `action` the form will behave like a standard HTML form. When a function is passed to `formAction` the function will handle the form submission. See [`<form action>`](/reference/react-dom/components/form#props).
44-
>>>>>>> 3b02f828ff2a4f9d2846f077e442b8a405e2eb04
4536

4637
You can [make an input controlled](#controlling-an-input-with-a-state-variable) by passing one of these props:
4738

0 commit comments

Comments
 (0)