Skip to content

Commit 049120c

Browse files
committed
fix enterKeyHint prop
1 parent 6a28b05 commit 049120c

2 files changed

Lines changed: 20 additions & 8 deletions

File tree

docs/textinput.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -349,21 +349,27 @@ Determines what text should be shown to the return key. Has precedence over the
349349

350350
The following values work across platforms:
351351

352-
- `enter`
353352
- `done`
354353
- `next`
355354
- `search`
356355
- `send`
356+
- `go`
357357

358358
_Android Only_
359359

360360
The following values work on Android only:
361361

362362
- `previous`
363363

364-
| Type |
365-
| ----------------------------------------------------------- |
366-
| enum('enter', 'done', 'next', 'previous', 'search', 'send') |
364+
_iOS Only_
365+
366+
The following values work on iOS only:
367+
368+
- `enter`
369+
370+
| Type |
371+
| ----------------------------------------------------------------- |
372+
| enum('enter', 'done', 'next', 'previous', 'search', 'send', 'go') |
367373

368374
---
369375

website/versioned_docs/version-0.73/textinput.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -349,21 +349,27 @@ Determines what text should be shown to the return key. Has precedence over the
349349

350350
The following values work across platforms:
351351

352-
- `enter`
353352
- `done`
354353
- `next`
355354
- `search`
356355
- `send`
356+
- `go`
357357

358358
_Android Only_
359359

360360
The following values work on Android only:
361361

362362
- `previous`
363363

364-
| Type |
365-
| ----------------------------------------------------------- |
366-
| enum('enter', 'done', 'next', 'previous', 'search', 'send') |
364+
_iOS Only_
365+
366+
The following values work on iOS only:
367+
368+
- `enter`
369+
370+
| Type |
371+
| ----------------------------------------------------------------- |
372+
| enum('enter', 'done', 'next', 'previous', 'search', 'send', 'go') |
367373

368374
---
369375

0 commit comments

Comments
 (0)