Pedro Abreu

Results 17 comments of Pedro Abreu

I'm running into the same issue, where all the fields that have been touched are validated onChange and onBlur on any field. I'm using the `validate` on the `Field` with...

I've digged a bit into the docs and code and manage to figure one workaround for single field validation. It seems to be pretty hardcoded to always validate all fields...

In the `Formik` component at least. Here it is as part of an example for single field validation https://github.com/jaredpalmer/formik/blob/6899dc5cbd5cc9a818eae5cebbaca9b859483c35/examples/FieldLevelValidation.js

@cigzigwon I've just spend several hours trying to figure out why was the value validated first and only after set in the state. I already had a codesandbox example to...

I'm seeing the same issue on v27+ and managed to narrow it down to a specific nightly version. `v27.0.0-nightly.20230718` is the last working version so `v27.0.0-nightly.20230719` is the first release...

This might be fixed in v29, see https://github.com/electron/electron/pull/41978

Managed to figure out the issue. I was testing it on a native app (Ionic) and the problem was that I didn't had the file plugins installed. Thanks for your...

+1 I've forced the update but I seem to get now an error: "value.getFullYear is not a function" when I try to set a minDate (setMinDate)

I remember testing this and it worked as you want it to. Can you tell me which ionic version are you using ?

How are you trying to do this ? It should work by simply deleting it from the photos passed down to the directive