Skip to content

Commit 78bc71c

Browse files
authored
Add documentation for disableKeyboardShortcuts prop in TextInput (facebook#4434)
1 parent 5db3ec6 commit 78bc71c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/textinput.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1048,6 +1048,16 @@ Set line break strategy on iOS 14+. Possible values are `none`, `standard`, `han
10481048
| ----------------------------------------------------------- | -------- |
10491049
| enum(`'none'`, `'standard'`, `'hangul-word'`, `'push-out'`) | `'none'` |
10501050

1051+
---
1052+
1053+
### `disableKeyboardShortcuts` <div class="label ios">iOS</div>
1054+
1055+
If `true`, the keyboard shortcuts (undo/redo and copy buttons) are disabled. The default value is `false`.
1056+
1057+
| Type |
1058+
| ---- |
1059+
| bool |
1060+
10511061
## Methods
10521062

10531063
### `.focus()`

0 commit comments

Comments
 (0)