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

With multiple selects, cannot select options with keyboard after using mouse to select options #2474

Closed
pvictor opened this issue Jun 2, 2020 · 2 comments
Labels

Comments

@pvictor
Copy link

pvictor commented Jun 2, 2020

Hello,

Problem: With multiple="true" we can select option with keyboard, but if we click on an option with mouse, then selection with keyboard doesn't work anymore.

Tested with bootstrap-select-1.13.17 on Chrome and Firefox.

Here a playground: https://plnkr.co/edit/u7ohgCl2jVWxDy1B

To reproduce:

  • open picker
  • keyboard: type "a" then enter -> "A" is selected
  • keyboard: type "b" then enter -> "B" is selected
  • mouse: click on any option -> selected
  • keyboard: can't select an option (except if picker is closed and reopened)

Thanks for your work!

@pvictor pvictor added the bug label Jun 2, 2020
@caseyjhol caseyjhol changed the title Cannot select options with keyboard, mouse and keyboard again Cannot select options with keyboard after using mouse to select options Jun 2, 2020
@caseyjhol caseyjhol changed the title Cannot select options with keyboard after using mouse to select options With multiple selects, cannot select options with keyboard after using mouse to select options Jun 2, 2020
@caseyjhol
Copy link
Member

Introduced by the fix for #663.

@caseyjhol
Copy link
Member

Released in v1.13.18!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants