You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
react native new architecture is having issues with autofill from keyboard.
when the credentials is populated , the validation should be run and isValid flag should become true which in turn will enable the login button , but isValid is not becoming true .
it becomes true only when we click on a field and then click on another field.
How could we solve this bug? What changes would need to made to Formik?
Uh oh!
There was an error while loading. Please reload this page.
Bug report
react native new architecture is having issues with autofill from keyboard.
when the credentials is populated , the validation should be run and isValid flag should become true which in turn will enable the login button , but isValid is not becoming true .
it becomes true only when we click on a field and then click on another field.
How could we solve this bug? What changes would need to made to Formik?
| Software | Version(s) |
| Formik | 2.4.6
| React Native | new architecture
The text was updated successfully, but these errors were encountered: