Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions docs/textinput.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,21 +368,27 @@ Determines what text should be shown to the return key. Has precedence over the

The following values work across platforms:

- `enter`
- `done`
- `next`
- `search`
- `send`
- `go`

_Android Only_

The following values work on Android only:

- `previous`

| Type |
| ----------------------------------------------------------- |
| enum('enter', 'done', 'next', 'previous', 'search', 'send') |
_iOS Only_

The following values work on iOS only:

- `enter`

| Type |
| ----------------------------------------------------------------- |
| enum('enter', 'done', 'next', 'previous', 'search', 'send', 'go') |

---

Expand Down
14 changes: 10 additions & 4 deletions website/versioned_docs/version-0.73/textinput.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,21 +349,27 @@ Determines what text should be shown to the return key. Has precedence over the

The following values work across platforms:

- `enter`
- `done`
- `next`
- `search`
- `send`
- `go`

_Android Only_

The following values work on Android only:

- `previous`

| Type |
| ----------------------------------------------------------- |
| enum('enter', 'done', 'next', 'previous', 'search', 'send') |
_iOS Only_

The following values work on iOS only:

- `enter`

| Type |
| ----------------------------------------------------------------- |
| enum('enter', 'done', 'next', 'previous', 'search', 'send', 'go') |

---

Expand Down