We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If my form state has a value, that is an array: [this] https://github.com/bamlab/react-native-formik/blob/master/src/makeReactNativeField.js#L9 fails
Say the form is like:
{ arrayValue: [ { name: "Hello" } ] }
Indeed you would set name=arrayValue.${i}.name on the input and lodash is not getting by path
name=arrayValue.${i}.name
Ping @Gguigre if you want to add more details
The text was updated successfully, but these errors were encountered:
@Gguigre I need to check this again with you, since #50 is passing without any changes
Sorry, something went wrong.
@Gguigre could you provide some more details on this issue, especially an example on how to reproduce?
No branches or pull requests
If my form state has a value, that is an array: [this] https://github.com/bamlab/react-native-formik/blob/master/src/makeReactNativeField.js#L9 fails
Say the form is like:
Indeed you would set
name=arrayValue.${i}.name
on the input and lodash is not getting by pathPing @Gguigre if you want to add more details
The text was updated successfully, but these errors were encountered: