Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
YoussefZidan opened this issue Mar 3, 2024 · 0 comments
Labels
issue/bug-unconfirmed Issues that describe a bug that hasn't been confirmed by a maintainer yet

Comments

@YoussefZidan
Copy link

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?

@YoussefZidan YoussefZidan added the issue/bug-unconfirmed Issues that describe a bug that hasn't been confirmed by a maintainer yet label Mar 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue/bug-unconfirmed Issues that describe a bug that hasn't been confirmed by a maintainer yet
Projects
None yet
Development

No branches or pull requests

1 participant