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 |
||
|---|---|---|
| .. | ||
| directives | ||
| directives.ts | ||
| errors.ts | ||
| form_builder.ts | ||
| form_providers.ts | ||
| forms.ts | ||
| model.ts | ||
| validators.ts | ||
| version.ts | ||