bamlab / bamlab/react-native-formik
WithNextInputAutoFocusInput Formik children is not updating
Open
- Dominant language
- JavaScript
- Stars
- 398
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
the issue is that the children is not updating when i dynamically add new input fields to formik,
example
```
{condition }
```
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.