-
Notifications
You must be signed in to change notification settings - Fork 180
Description
We are using informed to take in fleet information for our client. They sometimes are entering 50+ instances of arrayfields, each with 50-100 fields of information to take in. The lag renders the system unusable. We are trying to using accordions to collapse each instance of an arrayField and unmount on collapse. KeepState works well for this. However, the fact that all validation is skipped makes this solution unusable, as the goal is to keep 95%+ of fields unmounted at any one time, so 95%+ of the validation gets skipped.
Is there any way to continue to validate on unmounted fields that have had "keepState" flipped on? I imagine the answer is "no" because the component and its props don't exist in that moment.
Apologies in advance for this question being recorded as an issue.