JedWatson / react-select

The Select Component for React.js
https://react-select.com/
MIT License
27.42k stars 4.1k forks source link

Validation works incorrectly for React-select with Formik and yup on mobile device #5868

Open YoussefZidan opened 4 months ago

YoussefZidan commented 4 months ago

I have connected React-select element with Formik and yup. Validation works fine in a desktop browser. But in mobile browser, I am getting a validation error on first select element value change. But I am not getting error on the next value changes. I'm using version "react-select": "5.2.2" yup verion "yup": "^1.3.2"

I found a work around on stack overflow in this link: https://stackoverflow.com/questions/64610967/validation-works-incorrectly-for-react-select-with-formik-on-mobile-device

but is there any other solution rather than disable blurInputOnSelect?