Skip to content

The array is converted into an object #368

@loodzer

Description

@loodzer

When you delete a field that is not the last one, the array is converted into an object. For example, if I do not delete input, the string has the following form {"",""}{"",""}, but when I delete it, it turns into 0{"",""}1{"",""}. How do I get rid of the indexes ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions