React-select: closeMenuOnSelect=false doesn't work on mobile chrome

Created on 4 Jul 2018  路  6Comments  路  Source: JedWatson/react-select

Are you reporting a bug or runtime error?

Bug
https://codesandbox.io/s/z6xlovo34?module=/example.js

I'm not sure if this is intended or not, but the menu doesn't stay open when I use it on my mobile phone.
Android, Chrome mobile.

Thank you for this great component, let me know what I can do to help.

issubug-unconfirmed

Most helpful comment

After some playing around, I found that setting blurInputOnSelect={false} fixed this issue for me. Hope that helps you as well.

All 6 comments

I tested out the 2.0.0-beta.7 tag and this is still broken in Chrome on touch screen devices (Apple, Android & MS surface).

After some playing around, I found that setting blurInputOnSelect={false} fixed this issue for me. Hope that helps you as well.

After some playing around, I found that setting blurInputOnSelect={false} fixed this issue for me. Hope that helps you as well.

This helps me. I am using [email protected]^. I had an issue in mobile multi-select drop-down. Every time I use to select one item it closes. But in desktop it was working properly. Now after using this method. It is working fantastic.

FYI; If anyone is looking for solution to this, this is still broken in 3.0.8. Adding blurInputOnSelect={false} fixed this for me. Thank you!

Hi all,

Thank you everyone who had a part in addressing this question.

In an effort to sustain the react-select project going forward, we're closing issues that appear to have been resolved via community comments.

However, if you feel this issue is still relevant and you'd like us to review it, or have any suggestions regarding this going forward - please leave a comment and we'll do our best to get back to you!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

steida picture steida  路  3Comments

mbonaci picture mbonaci  路  3Comments

coder-guy22296 picture coder-guy22296  路  3Comments

x-yuri picture x-yuri  路  3Comments

joshualimpj picture joshualimpj  路  3Comments