mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
6b8720de91
Currently when we detect a `field` binding on a native element, we treat it as a built-in native control. This might not be the case if it's a pre-existing `ControlValueAccessor` relying on the CVA interop. These changes try to detect any CVA-like directive on the element and disable the additional type checking if there are any. Fixes #65468.