tiaanduplessis / react-hook-form-persist

Persist and populate react-hook-form form using storage of your choice
MIT License
168 stars 23 forks source link

Fixed excluded fields #8

Closed michalsvorc closed 2 years ago

michalsvorc commented 4 years ago

Input fields marked as excluded were persisted in web storage.

DONE:

TODO:

quinnturner commented 4 years ago

I haven't tested, but this hook (along with the code on master) might be vulnerable to prototype pollution. Consider reviewing https://codeburst.io/what-is-prototype-pollution-49482fc4b638

michalsvorc commented 4 years ago

Thanks for opening the issue.

I haven't tested, but this hook (along with the code on master) might be vulnerable to prototype pollution. Consider reviewing https://codeburst.io/what-is-prototype-pollution-49482fc4b638

eddyhdzg commented 3 years ago

🚀

brenoos commented 2 years ago

any chance to merge this? I'm using this package and we need to exclude some fields

tiaanduplessis commented 2 years ago

Thanks for the PR @michalsvorc. Sorry for the delay in merging