diff --git a/docs/textinput.md b/docs/textinput.md index 158ce9691de..dedef925549 100644 --- a/docs/textinput.md +++ b/docs/textinput.md @@ -1048,6 +1048,16 @@ Set line break strategy on iOS 14+. Possible values are `none`, `standard`, `han | ----------------------------------------------------------- | -------- | | enum(`'none'`, `'standard'`, `'hangul-word'`, `'push-out'`) | `'none'` | +--- + +### `disableKeyboardShortcuts`
iOS
+ +If `true`, the keyboard shortcuts (undo/redo and copy buttons) are disabled. The default value is `false`. + +| Type | +| ---- | +| bool | + ## Methods ### `.focus()`