You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -214,6 +215,16 @@ If `true`, caret is hidden. The default value is `false`.
214
215
215
216
---
216
217
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
+
217
228
### `defaultValue`
218
229
219
230
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