Javascript – onChange never gets triggered in input component that is not supposed to be uncontrolled
Can anyone point help me to find out why onChange is never being executed? Basically I'm extending ChakraUI's Input component to load a value from localStorage if such value exists. The component is correctly loading the localStorage value, but if…