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 915361f commit 398c9c6Copy full SHA for 398c9c6
src/BootstrapBlazor/Components/Validate/ValidateBase.cs
@@ -371,7 +371,7 @@ private string GetDefaultRequiredErrorMessage()
371
/// <summary>
372
/// 获得/设置 是否不进行验证 默认为 false
373
/// </summary>
374
- public bool IsNeedValidate => ValidateForm != null && !IsDisabled && !SkipValidate;
+ public bool IsNeedValidate => !IsDisabled && !SkipValidate;
375
376
377
/// <inheritdoc/>
0 commit comments