closeOnSelect is not working on multiple search on-focus
See original GitHub issuePassing 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:
- Created 3 years ago
- Reactions:1
- Comments:5 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for reporting, I’ll take a look during the day
@agustingabiola Awesome!