mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-05 05:27:37 +08:00
docs(module: form): IsModified sample fix (#1344)
This commit is contained in:
parent
941f58cc65
commit
1903e65b52
@ -2,6 +2,7 @@
|
||||
@using System.Text.Json;
|
||||
|
||||
<Form @ref="form" Model="@model"
|
||||
ValidateOnChange="@true"
|
||||
OnFinish="OnFinish"
|
||||
OnFinishFailed="OnFinishFailed"
|
||||
LabelColSpan="8"
|
||||
|
Loading…
Reference in New Issue
Block a user