Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The array is converted into an object #368

Open
loodzer opened this issue Apr 9, 2022 · 0 comments
Open

The array is converted into an object #368

loodzer opened this issue Apr 9, 2022 · 0 comments

Comments

@loodzer
Copy link

loodzer commented Apr 9, 2022

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant