3 references to IsValid
Microsoft.AspNetCore.Components.Forms (1)
EditContext.cs (1)
211=> IsValid(FieldIdentifier.Create(accessor));
Microsoft.AspNetCore.Components.Forms.Tests (2)
EditContextTest.cs (2)
250Assert.False(editContext.IsValid(fieldOnThisModel1)); 251Assert.True(editContext.IsValid(fieldOnThisModel2));