-
- When using options, they work well, but React renders this error in the console: warning.js:45Warning: Unknown props 'enableFiltering', 'enableCaseInsensitiveFiltering', 'includeSelectAllOption' on …
-
### Motivation
Currently, we just use a lot of checkboxes to display the region list. This can be problematic, because there are many regions. Also this list is not easily searchable.
### Propos…
-
### Describe your motivation
Sometimes you want to select all of the items available (or all except one, etc.). If there's more than a handful, clicking on them all is a lot of work. There should be …
-
While using in form , it could not prevent submitting.
-
When setting the property `disabled` to true, the dropdown still reveals if you click on the disabled element.
Also the mouse cursor is not correct in this situation. It should be set to `no-drop`.…
-
Escape key is clearing values out of MultiSelect.
It makes sense that the first hit of the escape key will close the dropdown. But if you hit escape again, it's clearing the values. I see onValuesC…
-
## Summary
> What problem (or opportunity) are we solving? Why are we solving it? Is there supporting user conversations or research?
The platform schema and indexing strategy has not yet accoun…
-
https://github.com/amitava82/angular-multiselect/blob/master/src/multiselect.js#L231
there is a line in the code, that i can't understand. what is the point to remove checked mark only for items, that…
-
I am not sure if this is proper place to file questions, but I will give it a try. It currently doesn't seem possible to have the ComboBox clear when you open the dropdown and filtering is enabled. …
-
Using a basic webpack configuration for building a project, i ran the following:
npm install react-bootstrap-multiselect
inside my entry point I have only one line:
import 'react-bootstrap-multi…