We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ff5824 + f060661 commit ab1b5fdCopy full SHA for ab1b5fd
SignaturePad/SignaturePad.razor
@@ -1,7 +1,7 @@
1
@inject Microsoft.JSInterop.IJSRuntime jsRuntime
2
3
<canvas class="@Class @(Disabled ? "disabled" : string.Empty)" id="signature-@_id" @attributes="@Attributes">
4
- Get a better browser, bro.
+ This application requires JavaScript to be enabled.
5
</canvas>
6
7
@if (ShowClearButton && !Disabled)
0 commit comments