We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c92a74 commit cd1fb2eCopy full SHA for cd1fb2e
website/versioned_docs/version-0.79/textinput.md
@@ -438,6 +438,18 @@ An optional identifier which links a custom [InputAccessoryView](inputaccessoryv
438
439
---
440
441
+### `inputAccessoryViewButtonLabel` <div class="label ios">iOS</div>
442
+
443
+An optional label that overrides the default [InputAccessoryView](inputaccessoryview.md) button label.
444
445
+By default, the default button label is not localized. Use this property to provide a localized version.
446
447
+| Type |
448
+| ------ |
449
+| string |
450
451
+---
452
453
### `inputMode`
454
455
Works like the `inputmode` attribute in HTML, it determines which keyboard to open, e.g. `numeric` and has precedence over `keyboardType`.
0 commit comments