initialValues is not submit when Field not exist in DOM
One thing I find very odd is that an initialValues that is not in the DOM will not be submitted. It's not intuitive at all. I think this is due to the active field. I couldn't find anything in the documentation to submit my field which is in the initialValues but not in the DOM.
Does shouldActive={false} on the <Form /> component work?
Fait
shouldActive={false}sur le<Form />travail des composants ?
Unfortunately, this doesn't change anything
Yeah same issue, I set initial values via useEffect and setValues but when trying to typing into to the input don't change value.
Not sure if your issue is related because you can only type into an <input /> if it exists in the DOM.
@vincehi feel free to provide a minimal reproduction via StackBlitz. This should be fixable.