cinan

Results 5 comments of cinan

definitely it's a bug, e.g. on macos/chrome try pressing cmd+] - result is `cmd+ý`

I found the string here https://mathiasbynens.be/notes/javascript-unicode (idk if that's some sort of help)

In general, when running `test/dev/build/...` scripts I don't care about eslint configuration. But when running `lint` (and only then), I want to depend on extra eslint configuration file. Currently after...

I wasn't aware of the `inputs` option. It seems I don't need anymore `--global-deps`. Thanks!

I have the same problem. In the end I set "old" initial values and then override them with `formik.setValues(...)`, to mark fields as dirty. To avoid form values re-rendering, use...