-
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…
-
https://codesandbox.io/s/vb5fx?module=/example.tsx
In documentation page https://react-select.com/home the link to codesandbox is giving error
for Custom Styles MultiSelect
```
DependencyNotFound…
-
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
-
### Multiselect dropdown cannot be selectable when used in Dialog
```js
import React, { useState } from 'react';
import { Button } from 'primereact/button';
import { Dialog } from 'primereact/di…
-
i get this meesage :
/react-bootstrap-multiselect/lib/bootstrap-dropdown.js:2
[2] if (typeof jQuery.fn.dropdown !== "undefined") return jQuery;
when i write var Multiselect = require('react-bootstrap-…
-
React calls render() when the state of the component changes. If a component uses this Multiselect widget and repaints itself when the web server responds with options for the dropdown, this multisele…
-
### Describe the bug
The component's event "onBlur" is fired on, not only when focus is lost.
### Reproducer
https://codesandbox.io/s/objective-wind-13w45j?file=/src/App.jsx:448-459
### Pr…
-
Firstly, thanks a lot for writing this React wrapper around bootstrap multiselect. It works like a charm!
However, I got error initially and it was not rendering at all due to a line in your index.js …
-
Reopening https://github.com/srigar/multiselect-react-dropdown/issues/78
@srigar I'm still getting this error with version 2.0.25 and jest
```js
/**
* @jest-environment jsdom
*/
import…
-
### Package
@carbon/react
### Browser
Chrome
### Package version
v1.49.0
### React version
v18.2.0
### Description
When `selectedItems` changes, the `onChange` callback fire…