react-hook-form-persist icon indicating copy to clipboard operation
react-hook-form-persist copied to clipboard

feat: implement defautlValues

Open ygrishajev opened this issue 9 months ago • 0 comments

When using defaultValues cached values aren't restored and defaultValues are getting persisted right away. One way to address this is to use same property in useFormPersist which would handle initial values population if provided any.

Didn't have enough time to get tests so submitting as is for now. Let me know if this is something that would work generally and I can add tests later.

ygrishajev avatar May 22 '24 15:05 ygrishajev