mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
3497c9b943
Previously, the `pending()` status on a field's `ValidationState` only checked if the field itself or its immediate children had a pending asynchronous validator by directly inspecting `asyncErrors()`. This meant that a pending asynchronous validator deep within a nested form (e.g. on a grand-child) would not correctly bubble the `pending` state up to the root form. fixes #69840