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 f29c237 commit d4c9cd8Copy full SHA for d4c9cd8
src/BootstrapBlazor/Components/Validate/ValidateBase.cs
@@ -301,6 +301,7 @@ protected override void OnParametersSet()
301
302
if (ValidateForm != null)
303
{
304
+ // IValidateCollection 支持组件间联动验证
305
var fieldName = FieldIdentifier?.FieldName;
306
if (!string.IsNullOrEmpty(fieldName))
307
0 commit comments