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

Clean empty strings from array and resize the array accordingly #1289

Closed
wants to merge 1 commit into from

Conversation

TamarAmit
Copy link

When submiting a form after removing exisiting items from array of Strings, the modifier gets array with null values in the place of the deleted strings, This fix correct it so the modifier gets array with only the remaining fields with the correct length.
Might solve the issues #1263, #1049, #1004

When submiting a form after removing exisiting items from array of Strings, the modifier gets array with null values in the place of the deleted strings, This fix correct it so the modifier gets array with only the remaining fields with the correct length.
Might solve the issues Meteor-Community-Packages#1263, Meteor-Community-Packages#1049, Meteor-Community-Packages#1004
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

Successfully merging this pull request may close these issues.

2 participants