Skip to content

Commit

Permalink
TextInput: Add cursorColor Android prop (#3255)
Browse files Browse the repository at this point in the history
  • Loading branch information
gedeagas authored Aug 10, 2022
1 parent ae544b5 commit 3a10cce
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/textinput.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,16 @@ Provides an initial value that will change when the user starts typing. Useful f

---

### `cursorColor` <div class="label android">Android</div>

When provided it will set the color of the cursor (or "caret") in the component. Unlike the behavior of `selectionColor` the cursor color will be set independently from the color of the text selection box.

| Type |
| ------------------ |
| [color](colors.md) |

---

### `disableFullscreenUI` <div class="label android">Android</div>

When `false`, if there is a small amount of space available around a text input (e.g. landscape orientation on a phone), the OS may choose to have the user edit the text inside of a full screen text input mode. When `true`, this feature is disabled and users will always edit the text directly inside of the text input. Defaults to `false`.
Expand Down

0 comments on commit 3a10cce

Please sign in to comment.