Skip to content

TextInput: document inputAccessoryViewButtonLabel prop #4530

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/textinput.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,18 @@ An optional identifier which links a custom [InputAccessoryView](inputaccessoryv

---

### `inputAccessoryViewButtonLabel` <div class="label ios">iOS</div>

An optional label that overrides the default [InputAccessoryView](inputaccessoryview.md) button label.

By default, the default button label is not localized. Use this property to provide a localized version.

| Type |
| ------ |
| string |

---

### `inputMode`

Works like the `inputmode` attribute in HTML, it determines which keyboard to open, e.g. `numeric` and has precedence over `keyboardType`.
Expand Down
12 changes: 12 additions & 0 deletions website/versioned_docs/version-0.77/textinput.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,18 @@ An optional identifier which links a custom [InputAccessoryView](inputaccessoryv

---

### `inputAccessoryViewButtonLabel` <div class="label ios">iOS</div>

An optional label that overrides the default [InputAccessoryView](inputaccessoryview.md) button label.

By default, the default button label is not localized. Use this property to provide a localized version.

| Type |
| ------ |
| string |

---

### `inputMode`

Works like the `inputmode` attribute in HTML, it determines which keyboard to open, e.g. `numeric` and has precedence over `keyboardType`.
Expand Down
12 changes: 12 additions & 0 deletions website/versioned_docs/version-0.78/textinput.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,18 @@ An optional identifier which links a custom [InputAccessoryView](inputaccessoryv

---

### `inputAccessoryViewButtonLabel` <div class="label ios">iOS</div>

An optional label that overrides the default [InputAccessoryView](inputaccessoryview.md) button label.

By default, the default button label is not localized. Use this property to provide a localized version.

| Type |
| ------ |
| string |

---

### `inputMode`

Works like the `inputmode` attribute in HTML, it determines which keyboard to open, e.g. `numeric` and has precedence over `keyboardType`.
Expand Down