• Edgar Jan's avatar
    Fix and Test Conditional Validator Behavior in FormField (#132714) · 79caa837
    Edgar Jan authored
    In the FormField widget, if a validator is initially set (and validation fails), then subsequently the validator is set to null, the form incorrectly retains its error state. This is not expected behavior as removing the validator should clear any validation errors.
    79caa837
form.dart 19.6 KB