Andrej Badin
Andrej Badin
Thanks for PR. Could you improve formatting? Also, please, could you share some info related to "auto-discovery" feature? Thanks!
Will check that asap. Thanks for reporting
Hey @mezod Sorry for the delay, was busy with ... everything else. Since iOS 13 is out, I am back to this. Will def add instructions on manual linking but...
Are you considering `*.dmg` with built app?
+1 for this idea
Waiting for this as well. Thank you!
Meanwhile, Facebook banned it's React-tools, which contained JSX transpiler in favor of [Babel](https://babeljs.io/). Babel transpiles ES6 (and part of ES7) into ES5, which allows us to write javascript of future...
Formik is very flexible. You can achieve this in many ways. I attempted to recreate warning like validation messages, here is the code https://codesandbox.io/s/xppooqx884 **Edit**: I see, errors block form...
I think it makes sense to - run validation on single field if `validate` is specified on `Field` component - run validations on all fields on submit, regardless where `validate`...
You can solve this right away by moving validation from form level to [field level ](https://github.com/jaredpalmer/formik#validate-value-any--undefined--string--promiseany)