mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
The value of a `FormControl` is treated in a special way (called boxed values) when it's an object with exactly 2 fields: `value` and `disabled`. This commit adds a test which verifies that an object is not treated as a boxed value when `disabled` field is present, but `value` is missing. PR Close #39801 |
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| directives_spec.ts | ||
| form_array_spec.ts | ||
| form_builder_spec.ts | ||
| form_control_spec.ts | ||
| form_group_spec.ts | ||
| reactive_integration_spec.ts | ||
| spies.ts | ||
| template_integration_spec.ts | ||
| util.ts | ||
| validators_spec.ts | ||
| value_accessor_integration_spec.ts | ||