formland icon indicating copy to clipboard operation
formland copied to clipboard

Adding a option to remove empty values from the onChange payload

Open praneshr opened this issue 7 years ago • 0 comments

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 avatar Oct 05 '18 06:10 praneshr