reactive_forms
reactive_forms copied to clipboard
add EmbeddedFormControl
There are times when we want to have a FormControl populated with multiple fields, and EmbeddedFormControl implements it.
What is the benefits over FormGroup?
Codecov Report
Merging #309 (c6a2a87) into master (3b66f07) will decrease coverage by
1.68%. The diff coverage is0.00%.
@@ Coverage Diff @@
## master #309 +/- ##
==========================================
- Coverage 96.06% 94.37% -1.69%
==========================================
Files 63 63
Lines 1398 1423 +25
==========================================
Hits 1343 1343
- Misses 55 80 +25
| Impacted Files | Coverage Δ | |
|---|---|---|
| lib/src/models/models.dart | 92.85% <0.00%> (-5.32%) |
:arrow_down: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 3b66f07...c6a2a87. Read the comment docs.