form defaultValues doesn't clear with initial data retrieved
What happens is that if I commented this code out
if (!country) return;it deletes the value from the dropdown, but i'm left with my object like this:
[{"country": "AD","verId": "1"},{"country": "","verId": ""}]
and if I didn't, i'm unable to remove anything, anytimg i try to click on the delete button, it doesn't do anything and i'm left with the default values.