[MultiSelect] support closeOnSelect
See original GitHub issueEnvironment
- @blueprintjs/select@^3.3.0:
- Browser and OS versions:
Feature request
There is closeOnSelect
props on suggest
. Could we support it on MultiSelect
too?
Examples
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:10 (5 by maintainers)
Top Results From Across the Web
Select2 multi-select with no closeOnSelect overlaps results on ...
When I have a select2() with closeOnSelect =false, the results list overlaps the selected values when the no of selected values cause the...
Read more >Vue-Multiselect | Vue Select Library
Vue-Multiselect supports changing the option list on the fly, thus can be also used a type-a-head search box. To react to the search...
Read more >multiselect-react-dropdown - npm
Prop Type Default
options array
onSelect function func
onRemove function func
Read more >Help with integrating select2 for implementation of multi-select ...
Help with integrating select2 for implementation of multi-select in ... 'Select all that apply', closeOnSelect: false, width: '100%'}); });.
Read more >Options | Select2 - The jQuery replacement for select boxes
Option Type Default
ajax object null
allowClear boolean false
amdLanguageBase string./i18n/
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 Free
Top 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
In my case, I make a validation after each MultiSelect change and error dialog conflicts with a dropdown (opening of a dialog doesn’t trigger
onInteraction
inside MultiSelect’s Popover, somehow). closeOnSelect would solve my problem@adidahiya I doubt we will have a use for this internally. For us, it is important that items are selected/removed quickly from the list.