reactive_forms icon indicating copy to clipboard operation
reactive_forms copied to clipboard

add EmbeddedFormControl

Open ipcjs opened this issue 3 years ago • 2 comments

There are times when we want to have a FormControl populated with multiple fields, and EmbeddedFormControl implements it.

ipcjs avatar Jun 27 '22 06:06 ipcjs

What is the benefits over FormGroup?

vasilich6107 avatar Jun 27 '22 21:06 vasilich6107

Codecov Report

Merging #309 (c6a2a87) into master (3b66f07) will decrease coverage by 1.68%. The diff coverage is 0.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 data Powered by Codecov. Last update 3b66f07...c6a2a87. Read the comment docs.

codecov[bot] avatar Jul 15 '22 19:07 codecov[bot]