Skip to content

Input name is not recognized when nested #13

@pedro-lb

Description

@pedro-lb

When using nested schemas, input name is not recognized in formup's formupData prop:

image

image

Example schema:

const schema = yup.object().shape({
  personalInformation: yup.object().shape({
    name: yup.string()
  }),
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinginvalidThis doesn't seem right

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions