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 2e60efc commit 909bf7bCopy full SHA for 909bf7b
knowledge-base/inputs-disable-copy-paste.md
@@ -74,7 +74,7 @@ To disable the copy and paste functionality in a TextBox and other Telerik Blazo
74
{
75
await Task.Delay(1);
76
77
- // prevent cut, copy and paste in the textbox
+ // prevent copy and paste in the textbox
78
await js.InvokeVoidAsync("preventCutCopyPaste");
79
}
80
0 commit comments