Skip to content

Commit 7b9457a

Browse files
committed
Add missing value 'go' in enterKeyHint prop
1 parent ebaf78c commit 7b9457a

2 files changed

Lines changed: 16 additions & 8 deletions

File tree

docs/textinput.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -344,21 +344,25 @@ Determines what text should be shown to the return key. Has precedence over the
344344

345345
The following values work across platforms:
346346

347-
- `enter`
348347
- `done`
349348
- `next`
350349
- `search`
351350
- `send`
351+
- `go`
352352

353353
_Android Only_
354354

355355
The following values work on Android only:
356356

357357
- `previous`
358358

359-
| Type |
360-
| ----------------------------------------------------------- |
361-
| enum('enter', 'done', 'next', 'previous', 'search', 'send') |
359+
The following values work on iOS only:
360+
361+
- `enter`
362+
363+
| Type |
364+
| ---------------------------------------------------------------- |
365+
| enum('enter', 'done', 'next', 'previous', 'search', 'send', 'go) |
362366

363367
---
364368

website/versioned_docs/version-0.71/textinput.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -344,21 +344,25 @@ Determines what text should be shown to the return key. Has precedence over the
344344

345345
The following values work across platforms:
346346

347-
- `enter`
348347
- `done`
349348
- `next`
350349
- `search`
351350
- `send`
351+
- `go`
352352

353353
_Android Only_
354354

355355
The following values work on Android only:
356356

357357
- `previous`
358358

359-
| Type |
360-
| ----------------------------------------------------------- |
361-
| enum('enter', 'done', 'next', 'previous', 'search', 'send') |
359+
The following values work on iOS only:
360+
361+
- `enter`
362+
363+
| Type |
364+
| ---------------------------------------------------------------- |
365+
| enum('enter', 'done', 'next', 'previous', 'search', 'send', 'go) |
362366

363367
---
364368

0 commit comments

Comments
 (0)