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

Adding a option to remove empty values from the onChange payload #2

Open
praneshr opened this issue Oct 5, 2018 · 0 comments
Open
Assignees

Comments

@praneshr
Copy link
Contributor

praneshr commented Oct 5, 2018

Remove empty values like "", undefined, null from the onChange payload.

Example:

{
  "key1": "test",
  "key2: "",
}

Remove the key key2 as its value is empty. It can be configured by using removeEmptyValues fields in the form config.

@praneshr praneshr self-assigned this Oct 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant