-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
openOnFocus={false} doesn't prevent opening when focused #1580
Comments
Hi @JedWatson When do you think you can publish a new release with this fix ffa1f2d please ? Best regards |
Noticed this behaviour in our application as well, it's quite annoying on mobile devices. We are using version 1.0.0-rc.3 Any update on when this might get released? kind regards |
Waiting for a rc with this too. :( |
cannot wait for this fix |
The following pull request fixed this issue: However the commit in that pull request has been overwritten by the following commit: 549d20a?diff=unified#diff-04191649796841200b33375bdff7c78fL366 |
It still run wrong for me: |
Reverting back due to it was merged in to fix JedWatson#1580.
Still works wrong in |
Looks like this was shipped in |
Hi,
I am trying to prevent the menu from opening on click (the component is styled as a user picker this behavior needs to be avoided) but it doesn't seem to work.
https://plnkr.co/edit/GqaFR7?p=preview
Looking at the code, setting false seems to have no value and using
onFocu
s doesn't seem to have a way of preventing it either.react-select/src/Select.js
Line 417 in 5aef30d
The text was updated successfully, but these errors were encountered: