-
Notifications
You must be signed in to change notification settings - Fork 649
Removing an invalid array item doesn't work properly #750
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
Milestone
Comments
Hi, your links didn't work, fixed them for you. |
Agreed, it just deletes the last in the list, it doesn't expect more items to be added, probably. |
@MGouaillier this was an easy one, array template was using |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi !
I have this issue when using the array type of angular schema form.
When you add two or more items to an arrray and fill them with invalid values, the deletion process is not working correctly.
See video example here : http://recordit.co/xCDIUi3L8S
See angular schema form demo here : http://schemaform.io/examples/bootstrap-example.html#/e32e956f05ed01bc216aec559f5126e5
I tried to set the destroyStrategy to different values, but, to my knowledge, nothing seems to solve this issue.
I think this issue is highly related to #732
@json-schema-form/angular-schema-form-lead
The text was updated successfully, but these errors were encountered: