-
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…
-
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 …
-
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-…
-
### Bug Description
1. All list items will have a checkbox when using the ui5-list in MultiSelect mode.
2. With JAWS, press CTRL+INSERT+X , to identify the checkboxes
3. Observe that, label name o…
-
### Description
Provide a way to include a "select all/none" button for ~~a pick-list~~ Combobox
### Acceptance Criteria
### Relevant Info
#### Which Component
~~pick-list~~ Combobox
#…
-
## Issue summary
I was testing the sample code from the README abbreviated below:
```
render() {
const { selectedItems } = this.state;
return (
{ this.multiSelect = com…
-
**Description**:
Single and multi-select components can be overlapped by other components.
**Steps to Reproduce:**
1. Open [Multiselect component](https://infineon.github.io/infineon-design-s…
-
### Tilbakemelding
Hei,
Jeg ønsker meg at combobox kan få mulighet for gruppering av options. Dette er funksjonalitet vi trenger, i tillegg til typing av options (https://github.com/navikt/aksel/i…
-
I'm using last version of Strapi (v4.20.5). When I load a page with the custom field, the field is always empty, even if it has data stored.
The problem I see: There are two renders of `MultiSelect…
-
### Describe the bug
Im trying to do 2 things with the MultiSelect component, hide the header and cusomize the items inside of the wrapper, but seems like the styles im targeting are not working:
…