Skip to content

Commit c52713c

Browse files
amhinsonhramos
authored andcommitted
Add contextMenuHidden to TextInput (#95)
1 parent 95ef847 commit c52713c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/textinput.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ Note that on Android performing text selection in input can change app's activit
101101
- [`autoFocus`](textinput.md#autofocus)
102102
- [`blurOnSubmit`](textinput.md#bluronsubmit)
103103
- [`caretHidden`](textinput.md#carethidden)
104+
- [`contextMenuHidden`](textinput.md#contextMenuHidden)
104105
- [`defaultValue`](textinput.md#defaultvalue)
105106
- [`editable`](textinput.md#editable)
106107
- [`keyboardType`](textinput.md#keyboardtype)
@@ -214,6 +215,16 @@ If `true`, caret is hidden. The default value is `false`.
214215

215216
---
216217

218+
### `contextMenuHidden`
219+
220+
If `true`, context menu is hidden. The default value is `false`.
221+
222+
| Type | Required |
223+
| ---- | -------- |
224+
| bool | No |
225+
226+
---
227+
217228
### `defaultValue`
218229

219230
Provides an initial value that will change when the user starts typing. Useful for simple use-cases where you do not want to deal with listening to events and updating the value prop to keep the controlled state in sync.

0 commit comments

Comments
 (0)