mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Form required validator should not reject objects that contain a length attribute set to zero. Fixes #30718. Co-authored-by: Dylan Hunn <dylhunn@gmail.com> BREAKING CHANGE: objects with a length key set to zero will no longer validate as empty. This is technically a breaking change, since objects with a key `length` and value `0` will no longer validate as empty. This is a very minor change, and any reliance on this behavior is probably a bug anyway. PR Close #33729 |
||
|---|---|---|
| .. | ||
| 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 | ||
| template_integration_spec.ts | ||
| util.ts | ||
| validators_spec.ts | ||
| value_accessor_integration_spec.ts | ||