React Hook Form – Prefilling data only working once
I am using react hook form and i am prefilling fetched data from my api into the form fields. My form is on a sheet component which can be opened multiple times.
If i open my component the first time, the fields get prefilled beautifully and everything is fine. But when i close the component again and do the same again, my form fields dont get filled again and using the placeholder, which i don’t want to. I want my prefilled data again.