4 references to IsValidationPending
Microsoft.AspNetCore.Components.Forms (3)
EditContext.cs (3)
345
/// and the returned <see cref="Task"/> is tracked for <see cref="
IsValidationPending
(in FieldIdentifier)"/>
437
=>
IsValidationPending
(FieldIdentifier.Create(accessor));
442
/// use the <see cref="
IsValidationPending
(in FieldIdentifier)"/> overload for those.
Microsoft.AspNetCore.Components.Web (1)
Forms\FieldCssClassProvider.cs (1)
32
if (editContext.
IsValidationPending
(fieldIdentifier))