-
There is an error in the docs
https://coreui.io/bootstrap/docs/forms/multi-select/
Should this be a datepicker ?
`const mulitSelectElementList = Array.prototype.slice.call(document.querySelec…
-
When I try to test the npm module` react-bootstrap-multiselect` with mocha and enzyme, I get the following error:
```
if (typeof jQuery.fn.dropdown !=="undefined" return jQuery;
TypeError: Cannot…
ghost updated
6 years ago
-
I am using a Bootstrap named Majestic Admin Template (https://www.bootstrapdash.com/demo/majestic-free/template/index.html) but Multiselect is not working on this.
These files were including:
```
…
-
Hi guys,
I've run 'yarn add bootstrap-multiselect'
In my symfony 5 project in app.js (second screenshot) - require("bootstrap-multiselect");
and after running yarn build I am receiving a warning…
-
To replicate:
1. Create a multiselect with filter
2. Add a setState on onChange
3. Run
4. Write something on the filter box
5. Click an item
Expected: multiselect should still be filtered
What …
-
I've done the following test:
I created a multiselect in a form with another input both marked with required, loaded the page and used the bowser's dev tools to disable the display:none line from the…
-
I am trying Bootstrap 4 alpha 2 but multiselect does not work with. see fiddle http://jsfiddle.net/TR49m/526/
-
The version on NPM of this package:
https://www.npmjs.com/package/bootstrap-multiselect
In `package.json` it says:
`"main": "dist/bootstrap-multiselect.js",`
while it should be:
`"main": "dist/js/…
-
In the bootstrap 3 theme, the search with dropdown values search in the value field instead of the displayed one.
Example:
```Dropdown array("1"=>"Smile","2"=>"Bored");```
Add some values. If you s…
-
The library does not seem to be handling duplicate items in the list very well. Duplicate items are treated like the same items and ticking both items does not increment selection count. Un-ticking an…