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 c7fd809 commit 34f8441Copy full SHA for 34f8441
CodeBeam.MudBlazor.Extensions.Docs/Pages/Components/SignaturePad/Examples/SignaturePadExample1.razor
@@ -4,7 +4,8 @@
4
5
<MudGrid>
6
<MudItem xs="12" sm="8">
7
- <MudSignaturePad Value="_value" ValueChanged="BytesChanged" Options="_options"
+ <MudSignaturePad @bind-Value="_value" @bind-Value:after="@(() =>BytesChanged(_value))"
8
+ Options="_options"
9
ShowDownload="_showDownload"
10
ShowClear="_showClear"
11
ShowLineWidth="_showLineWidth"
0 commit comments