question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

closeOnSelect is not working on multiple search on-focus

See original GitHub issue

Passing the property closeOnSelect={false} is not keeping the modal open.

i’m using it like this:

<SelectSearch
    options={optionsUnidades}
    multiple 
   search
   closeOnSelect={false}
   printOptions="on-focus"
   placeholder="Associe as Unidades *"
 />

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
tbleckertcommented, Jun 8, 2020

Thanks for reporting, I’ll take a look during the day

0reactions
tbleckertcommented, Aug 11, 2020

@agustingabiola Awesome!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Select2 loses focus when {closeOnSelect: false} #3275 - GitHub
There are at least two issues: Changing selection via keyboard or mouse steals the highlight/focus to be the first selected item.
Read more >
Select2 open dropdown on focus - Stack Overflow
I did find a solution that seems to solve the two problems and haven't run into other issue yet. This is based on...
Read more >
Vue-Multiselect | Vue Select Library
Single select · Single select (object) · Select with search · Multiple select · Asynchronous select · Tagging · Custom option template ·...
Read more >
Angular ng-select - npm
(close), Fired on select dropdown close ; (clear), Fired on clear icon click ; (focus), Fired on select focus ; (search), Fired while...
Read more >
Advanced - React Select
A flexible and beautiful Select Input control for ReactJS with multiselect, autocomplete and ajax support.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found