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 657d8eb commit 850da0dCopy full SHA for 850da0d
knowledge-base/inputs-disable-copy-paste.md
@@ -74,6 +74,7 @@ To disable the copy and paste functionality in a TextBox and other Telerik Blazo
74
{
75
if (firstRender)
76
77
+ // ensure the HTML is rendered in the browser
78
await Task.Delay(1);
79
80
// prevent copy and paste in the textbox
0 commit comments