Closed marcosfsj closed 4 years ago
When I set a default value to my component, I cannot select a different value after.
To reproduce: 1: Go here: https://codesandbox.io/s/react-hook-form-hookforminput-rzu9s 2: set a default value and see that I cannot reselect another value:
<RHFInput as={
} **value={10}** name="Select" register={register} setValue={setValue} />
When I set a default value to my component, I cannot select a different value after.
To reproduce: 1: Go here: https://codesandbox.io/s/react-hook-form-hookforminput-rzu9s 2: set a default value and see that I cannot reselect another value:
<RHFInput as={