Skip to content

Commit 5a8b61f

Browse files
committed
feat(cursorColor): Adding cursorColor Android
1 parent 2a5e942 commit 5a8b61f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/textinput.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,16 @@ Provides an initial value that will change when the user starts typing. Useful f
281281

282282
---
283283

284+
### `cursorColor` <div class="label android">Android</div>
285+
286+
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.
287+
288+
| Type |
289+
| ------------------ |
290+
| [color](colors.md) |
291+
292+
---
293+
284294
### `disableFullscreenUI` <div class="label android">Android</div>
285295

286296
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`.

0 commit comments

Comments
 (0)