Skip to content

Commit c962033

Browse files
authored
port enterKeyHint to versioned docs (#4700)
1 parent b37cfe5 commit c962033

File tree

7 files changed

+70
-28
lines changed

7 files changed

+70
-28
lines changed

website/versioned_docs/version-0.74/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.75/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.76/textinput.md

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

367367
The following values work across platforms:
368368

369-
- `enter`
370369
- `done`
371370
- `next`
372371
- `search`
373372
- `send`
373+
- `go`
374374

375375
_Android Only_
376376

377377
The following values work on Android only:
378378

379379
- `previous`
380380

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

385391
---
386392

website/versioned_docs/version-0.77/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.78/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.79/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.80/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

0 commit comments

Comments
 (0)