From 29faf7aaefb248b488a5355642aa332c30cc5443 Mon Sep 17 00:00:00 2001 From: gkueny Date: Tue, 3 Jun 2025 14:19:15 +0200 Subject: [PATCH] add missing inputAccessoryViewButtonLabel doc to 0.79 version --- website/versioned_docs/version-0.79/textinput.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/website/versioned_docs/version-0.79/textinput.md b/website/versioned_docs/version-0.79/textinput.md index 95963b98f16..8b8b0e207a2 100644 --- a/website/versioned_docs/version-0.79/textinput.md +++ b/website/versioned_docs/version-0.79/textinput.md @@ -438,6 +438,18 @@ An optional identifier which links a custom [InputAccessoryView](inputaccessoryv --- +### `inputAccessoryViewButtonLabel`
iOS
+ +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`.