Skip to content

Commit

Permalink
Update TextInput documentation
Browse files Browse the repository at this point in the history
Since the 'TextInput#cursorColor' is now also supported on Android, the
platform flag has been removed from the documentation.

Change-Id: If0c7adfc89543752beb679090d436a921a9d1768
  • Loading branch information
elshadsm authored and tbuschto committed Apr 23, 2021
1 parent 53309d8 commit 8dd6cc7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions doc/api/TextInput.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,7 @@
},
"cursorColor": {
"type": "ColorValue",
"description": "The color of the cursor in the `TextInput`.",
"platforms": {
"android": false
}
"description": "The color of the cursor in the `TextInput`."
},
"selection": {
"type": {
Expand Down

0 comments on commit 8dd6cc7

Please sign in to comment.