Skip to content

Commit d4c9cd8

Browse files
committed
doc: 增加注释文档
1 parent f29c237 commit d4c9cd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/BootstrapBlazor/Components/Validate/ValidateBase.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ protected override void OnParametersSet()
301301

302302
if (ValidateForm != null)
303303
{
304+
// IValidateCollection 支持组件间联动验证
304305
var fieldName = FieldIdentifier?.FieldName;
305306
if (!string.IsNullOrEmpty(fieldName))
306307
{

0 commit comments

Comments
 (0)