File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,21 @@ and you'd like it to be), please correct the mistake.
1414| Field Level Async Validation | ✅ | ✅ | ✅ |
1515| Render Prop for Form | ✅ | ✅ | ❌ |
1616| Render Prop for Field | ✅ | ✅ | ❌ |
17- | Avoids unnecessary form rerenders | ✅ | ❌ <sup >[ 1] ( #footnote1 ) </sup > | ✅ |
18- | Higher Order Component | ❌ <sup >[ 2] ( #footnote2 ) </sup > | ✅ | ✅ |
17+ | Array Fields | ✅ <sup >[ 1] ( #footnote1 ) | ❌ | ✅ |
18+ | Avoids unnecessary form rerenders | ✅ | ❌ <sup >[ 2] ( #footnote2 ) </sup > | ✅ |
19+ | Higher Order Component | ❌ <sup >[ 3] ( #footnote3 ) </sup > | ✅ | ✅ |
1920| Render Prop Component | ✅ | ✅ | ❌ |
2021| Access to form data from outside form | ❌ | ❌ | ✅ |
2122| Awesome Optical Illusion Logo | ❌ | ✅ | ❌ |
2223
2324---
2425
25- <a name =" footnote1 " >1</a >: This is not really an issue on all but the most
26+ <a name =" footnote1 " >1</a >: Via
27+ [ ` final-form-arrays ` ] ( https://github.com/final-form/final-form-arrays ) and
28+ [ ` react-final-form-arrays ` ] ( https://github.com/final-form/react-final-form-arrays )
29+ helper libraries.
30+
31+ <a name =" footnote2 " >2</a >: This is not really an issue on all but the most
2632enormous forms.
2733
28- <a name =" footnote3 " >2 </a >: See [ Why no HOC?] ( faq.md#why-no-hoc )
34+ <a name =" footnote3 " >3 </a >: See [ Why no HOC?] ( faq.md#why-no-hoc )
You can’t perform that action at this time.
0 commit comments