Skip to content

Mix of Nested objects and Avoiding nesting #4762

@akaravashkin

Description

@akaravashkin

Hello,

according to docs https://vee-validate.logaretm.com/v4/guide/composition-api/nested-objects-and-arrays/ we can use nested objects OR avoid nesting for dot notation. But what if use it both?

Example payload:

{
  nested: {
    field: "value 1",
    metadata: {
      dotted.field: "value 2"  
    }
  }
} 

Is it could be possible to specify path like nested.metadata.[dotted.field]?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions