Raphaela Protásio
Results
2
comments of
Raphaela Protásio
Hey, I was about to make an issue about this. I've made a small sandbox to exemplify the problem, I am assuming we have the same issue. https://codesandbox.io/s/condescending-rgb-3w5stf?file=/src/App.js If dragging...
To circumvent this I am passing `validateOnBlur={true}` to the form, but that messed with my `ImageInput` validation because it never blurs. I guess it could help you if you don't...