Skip to content

Commit 85a6cf3

Browse files
authored
Merge branch 'main' into sync-9000e6e0
2 parents 3f87615 + 2258cca commit 85a6cf3

File tree

2 files changed

+6
-17
lines changed

2 files changed

+6
-17
lines changed

src/content/community/conferences.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ June 13 - 17, 2025. In-person in Amsterdam, Netherlands + remote (hybrid event)
2626
[Website](https://reactsummit.com/) - [Twitter](https://x.com/reactsummit)
2727

2828
### React Universe Conf 2025 {/*react-universe-conf-2025*/}
29-
September 2-4, 2025. Wrocław, Poland.
3029

31-
[Website](https://www.reactuniverseconf.com/) - [Twitter](https://twitter.com/react_native_eu) - [LinkedIn](https://www.linkedin.com/events/reactuniverseconf7163919537074118657/)
30+
[Website](https://reactday.berlin/) - [Twitter](https://x.com/reactdayberlin)
3231

3332
## Past Conferences {/*past-conferences*/}
3433

@@ -50,12 +49,13 @@ November 14 & 15, 2024. In-person in London, UK
5049
### React Advanced London 2024 {/*react-advanced-london-2024*/}
5150
October 25 & 28, 2024. In-person in London, UK + online (hybrid event)
5251

53-
[Website](https://reactadvanced.com/) - [Twitter](https://x.com/reactadvanced)
5452

55-
### reactjsday 2024 {/*reactjsday-2024*/}
56-
October 25, 2024. In-person in Verona, Italy + online (hybrid event)
53+
[Website](https://reactsummit.us/) - [Twitter](https://twitter.com/reactsummit) - [Videos](https://portal.gitnation.org/)
5754

58-
[Website](https://2024.reactjsday.it/) - [Twitter](https://x.com/reactjsday) - [Facebook](https://www.facebook.com/GrUSP/) - [YouTube](https://www.youtube.com/c/grusp)
55+
### React Native London Conf 2024 {/*react-native-london-2024*/}
56+
November 14 & 15, 2024. In-person in London, UK
57+
58+
[Website](https://reactnativelondon.co.uk/) - [Twitter](https://x.com/RNLConf)
5959

6060
### React Brussels 2024 {/*react-brussels-2024*/}
6161
October 18, 2024. In-person in Brussels, Belgium (hybrid event)
@@ -79,10 +79,8 @@ September 19-21, 2024. Alicante, Spain.
7979

8080
### React Universe Conf 2024 {/*react-universe-conf-2024*/}
8181
September 5-6, 2024. Wrocław, Poland.
82-
8382
[Website](https://www.reactuniverseconf.com/) - [Twitter](https://twitter.com/react_native_eu) - [LinkedIn](https://www.linkedin.com/events/reactuniverseconf7163919537074118657/)
8483

85-
8684
### React Rally 2024 🐙 {/*react-rally-2024*/}
8785
August 12-13, 2024. Park City, UT, USA
8886

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)