-
import "./styles.css";
import React, { useState } from "react";
import MultiSelect from "react-multiple-select-dropdown-lite";
import "react-multiple-select-dropdown-lite/dist/index.css";
const …
-
### Package
@carbon/react
### Browser
Chrome
### Package version
v1.0.3 && v1.11.0
### React version
v16.14.0
### Description
could you expose a configuration of not allowing reorder? because…
-
I am currently using multiselect-react-dropdown version 2.0.21 and react version 18.0.0. I integrated a multi-select dropdown in one of the forms and when I try to leave the page where the multi-selec…
-
I'm using React 15.5, and have Bootstrap 4 included in the project.
My code:
```
{
this.setState({
yearFilter: this.value(this.refs.yieldYears)
});
}}
ref="yieldYears"
data={[
…
-
Hi,
i am trying to use redux form for my private implementation of multiselect
i have two issues:
1. follow the example https://redux-form.com/6.0.0-rc.1/examples/react-widgets/ I am getting ×
T…
-
-
could closeOnSelect also be resepected with multiselect ?
I'd like to keep the ability to have multiple option selected, while simultaneously closing the popup after each select, because I believe …
rvion updated
2 years ago
-
The multiselect dropdown uses this library https://github.com/toystars/react-native-multiple-select
* [ ] enable the selected items below the search dropdown as shown in the library
-
Is it possible to pass preselected values to SelectBox?
-
I am using react-native-multi-selectbox for the multiselect dropdown , after open the dropdown and select the values , while closing the dropdown app is showing error like : Attempt to invoke interfac…