Skip to content

v0.0.70

Latest
Compare
Choose a tag to compare
@leoggonzalez leoggonzalez released this 09 Apr 18:02
98822db

form Object and useForm hook now exposes a touchedValues property that has an object with all the keys that have been touched, with their corresponding values.

This helps in situations where the changes object does not reflect an actual change in date (for example interacting twice with a boolean field)