Open mm1221uu opened 3 years ago
the issue is that the children is not updating when i dynamically add new input fields to formik,
example
<Formik> <FormWrap> <Input/> {condition <Input/>} </Formik> <Button> </FormWrap>
now when i finish typing in the second field the auto focus will jump to the first field which shouldn't happen, what happen is that the children will allows be the first input, even after changing the condition to true
the issue is that the children is not updating when i dynamically add new input fields to formik,
example
now when i finish typing in the second field the auto focus will jump to the first field which shouldn't happen, what happen is that the children will allows be the first input, even after changing the condition to true