mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
de56d74da3
Prioritize custom ControlValueAccessor instances over default or built-in accessors when applying the [formField] directive. This is achieved by directly consuming selectValueAccessor from @angular/forms, ensuring absolute alignment with the precedence rules used across standard Angular form directives.