Open
Description
Hey, could we expose a function that returns all fields and/or all touched fields? Or maybe an option to validateFields { touchedOnly: true }
to only return those that were touched?
Would be pretty cool to only save actually changed fields through a patch method to the server instead of all values, even those that didn't change.