Skip to content

docs: updated INPUT_API_REFERENCE.md to acknowledge web#605

Open
pkaramon wants to merge 1 commit into
mainfrom
@pkaramon/docs-update-input-docs
Open

docs: updated INPUT_API_REFERENCE.md to acknowledge web#605
pkaramon wants to merge 1 commit into
mainfrom
@pkaramon/docs-update-input-docs

Conversation

@pkaramon
Copy link
Copy Markdown
Collaborator

@pkaramon pkaramon commented May 14, 2026

Summary

Test Plan

N/A

Screenshots / Videos

N/A

Compatibility

N/A

Checklist

N/A

@pkaramon pkaramon changed the title docs: updated docs docs: updated INPUT_API_REFERENCE.md to acknowledge web May 14, 2026
Comment on lines +484 to +490
### `returnKeyLabel`

Overrides the return key label with a custom string. Use `returnKeyType` for cross-platform return key control.

| Type | Default Value | Platform |
| -------- | ------------- | ------------ |
| `string` | - | iOS, Android |
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's add some (Android only) note to this description, since iOS keyboards don't support custom return key labels.
https://reactnative.dev/docs/textinput#returnkeylabel-android


Specifies the label or icon shown on the keyboard's return key.

Accepts the standard React Native `ReturnKeyTypeOptions` values: `'default' | 'go' | 'google' | 'join' | 'next' | 'route' | 'search' | 'send' | 'yahoo' | 'done' | 'emergency-call'`.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe it would be good to add info like in RN docs:
https://reactnative.dev/docs/textinput#returnkeytype

That some of values are cross platform, iOS only and Android only?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants