Skip to content

Commit 34f8441

Browse files
authored
SignaturePad Fix Example (#525)
1 parent c7fd809 commit 34f8441

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CodeBeam.MudBlazor.Extensions.Docs/Pages/Components/SignaturePad/Examples/SignaturePadExample1.razor

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
<MudGrid>
66
<MudItem xs="12" sm="8">
7-
<MudSignaturePad Value="_value" ValueChanged="BytesChanged" Options="_options"
7+
<MudSignaturePad @bind-Value="_value" @bind-Value:after="@(() =>BytesChanged(_value))"
8+
Options="_options"
89
ShowDownload="_showDownload"
910
ShowClear="_showClear"
1011
ShowLineWidth="_showLineWidth"

0 commit comments

Comments
 (0)