1 parent 448ee56 commit 230d98aCopy full SHA for 230d98a
1 file changed
docs/docs/fundamentals/core-concepts.md
@@ -11,7 +11,7 @@ does and help you understand further chapters better.
11
## The input is uncontrolled
12
13
`EnrichedTextInput` does not take its content from a prop and does not push
14
-every keystroke back into React state. It owns its content on the native side
+every keystroke back into React state. It owns its content and state on the native side
15
and you talk to it through a `ref`.
16
17
This is deliberate. Rich text changes constantly - every character, selection
0 commit comments