formland
formland copied to clipboard
Adding a option to remove empty values from the onChange payload
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.