I have a controlled form with react hook form. it contains one input type search, two datepickers and one select. it only rest correctly the select, but not the other 2 elements.
i declared some defaultValues, but if i specify onClick={() => reset(defaultValues)}
it only resets the internal state of fields but not the displayed values of the fields.
here's a sandbox