Closed as not planned
Description
Is your feature request related to a problem? Please describe.
It is currently not possible to validate an individual field of an EditForm without also marking the field as modified.
Currently we can call EditContext.NotifyFieldChanged to invoke validation, but that also sets the FieldState.IsModified to true for that item in the form.
Describe the solution you'd like
Please separate change notification and validation requests for properties, so we can validate without marking the state as modified.
Add a ValidateProperty(FieldIdentifier)
method to EditContext which invokes an OnFieldValidationRequested
event that validation strategies can use to trigger validation.
NotifyFieldChanged
and OnFieldChanged
should remain as it might be useful to know when an individual property is changed.
Metadata
Metadata
Assignees
Labels
Resolved as a duplicate of another issueThis issue impacts only small number of customersIncludes: Blazor, Razor ComponentsThis issue represents an ask for new feature or an enhancement to an existing oneFeatures related to the built in components we ship or could ship in the futureThis issue is related to forms validation in BlazorThis label is used by an internal tool