-
When you change the selected option in a multiselect scenario, the onListen callback is invoked and claims that isOpen is false, while it should still remain true (The user keeps the overlay visible a…
-
### What version of `million` are you using?
"1.0.0-rc.26
### Are you using an SSR adapter? If so, which one?
None
### What package manager are you using?
pnpm
### What operating system are you …
-
## Expected Behavior
When I set the property `searchValue` I would expect that the value appears in the search field and that the items are filtered appropriately.
## Actual Behavior
Nothing happ…
koalo updated
4 years ago
-
fetch data to a **react-filtered-multiselect component. anybody with an idea
-
Hi, I'm currently experiencing an issue with Multiselect:
```
Error: React.Children.only expected to receive a single React element child.
This error is located at:
in TouchableWithoutFeedba…
-
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
-
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 using the library in my project which is really helpful but I am having an issue.
When I have a method that updates the options on everytime an option gets deselected, which works fine until…
-
[awesome-react#components](https://github.com/enaqx/awesome-react#components)
[React Tree 组件收集](https://github.com/luqin/awesome-FE/issues/32)
[React Table 组件收集](https://github.com/luqin/awesome-FE/i…
luqin updated
8 years ago
-
after the 1st open and close every other click it does not seem to open i can see it does not add the class `open` in ``
the following code is in closed state
```
Column Visibility id
```
th…