react-native-formik icon indicating copy to clipboard operation
react-native-formik copied to clipboard

Nested Form Walkthrough

Open RailsCod3rFuture opened this issue 3 years ago • 0 comments

I see that the normal formik library supports nested forms...I simply need a way to send an object through the form with shape.

{ applicant_form: { user_id,
          info_attributes: {
                                     first_name, 
                                     last_name
                }
        }
}

RailsCod3rFuture avatar May 02 '21 20:05 RailsCod3rFuture