-
A `DropdownMenu` component that can be triggered by buttons and select like interfaces.
- Works similar to a Popover component, wrap any button
- Should allow for `multiSelect` and `maxSelection` …
-
Label is missing from the `selectionsRenderer` function
we have
```js
options={
segments.map((p) => (
{p.name}
))
}
```
And the label works for the autocom…
-
Combobox is described as (emphasis mine):
> Select an item from the list, or **input a custom value**
I must be doing something terribly wrong as I cannot figure out how to allow a custom value.…
-
## Acceptance Criteria
* I can search for an item by partial title match
* I can find items quickly regardless of their nesting level
* I can determine when the search is still loading
* I c…
-
I'm using Typescript and Webpack together with React and react-widgets with success for a year or so, and I've been using 4.0 betas lately.
Since the final release (congratulations!) the changes i…
-
npm run dev gives the following error after I install and try to run it:
```
ERROR in ./~/react-bootstrap-multiselect/dist/index.js
Module not found: Error: Cannot resolve module 'bootstrap' in C…
-
Hello, didnt look too much into it, but i switched to 1.0.0-rc.3 and the multiselect didnt work for me. I upgraded from 1.0.0-rc.2. Multi select loadOptions didnt reload correctly when selecting/de-se…
-
Using
"react-native-multiple-select": "^0.2.1",
"react-native-vector-icons": "^4.2.0",
everything is working fine except when item is selected and submit is clicked, whole MultiSelect component …
-
```
var Multiselect = ReactWidget.Multiselect;
var colors = [‘orange’, ‘red’, ‘blue’, ‘purple’];
var Example = React.createClass({
render() {
return (
)
}
});
ReactDOM.render(, mo…
-
I'm setting up on of the vanilla examples in my app (no add ons yet), and clicking the arrow for dropdown just won't work. I'm looking at the markup, I don't see the options anywhere (at least no DOM …