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

exclude array value #20

Closed arryanggaputra closed 2 years ago

arryanggaputra commented 3 years ago

Thank you for this useful lib, anw, I tried to passing exclude parameter for array field, so I have array field

setValue(`attributes[${index}].value`, theDate);

but this value not excluding from storage, do you have some suggestions?

tiaanduplessis commented 2 years ago

Hi @arryanggaputra. The issue should be resolved in v3.0.0