Skip to content

Commit 6abd743

Browse files
authored
fix enterKeyHint prop (#3739)
1 parent 9d3b01f commit 6abd743

File tree

2 files changed

+20
-8
lines changed

2 files changed

+20
-8
lines changed

docs/textinput.md

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

369369
The following values work across platforms:
370370

371-
- `enter`
372371
- `done`
373372
- `next`
374373
- `search`
375374
- `send`
375+
- `go`
376376

377377
_Android Only_
378378

379379
The following values work on Android only:
380380

381381
- `previous`
382382

383-
| Type |
384-
| ----------------------------------------------------------- |
385-
| enum('enter', 'done', 'next', 'previous', 'search', 'send') |
383+
_iOS Only_
384+
385+
The following values work on iOS only:
386+
387+
- `enter`
388+
389+
| Type |
390+
| ----------------------------------------------------------------- |
391+
| enum('enter', 'done', 'next', 'previous', 'search', 'send', 'go') |
386392

387393
---
388394

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)