-
I mean, I do not want to use checkboxes, but I do not want them to appear in the select bar like this:
![image](https://user-images.githubusercontent.com/73933988/101149301-09215e80-361f-11eb-9a7a-…
-
- [x] set up framework
- [x] add in immutable data
- [ ] set up websockets for react
Inventory Block
- [x] input field and change name
- [x] checkboxes and toggle properties
- [ ] multisele…
-
Great multiple selection component!
I'm having a problem on Android though (devices and emulators) using version `0.3.0`:
1. Open multiple select and choose tags.
2. Close dropdown. (Not using …
-
# Select
Tracking the design and development lifecycle of the select component.
### Related links:
- https://cfpb.github.io/design-system/components/dropdowns-and-multiselects
- https://cfpb…
-
Changing the total from 5000 to 25 leads to the scroll not working correctly. Steps to reproduce: open the MultiSelect and scroll down. Close the component and then open it again. Notice that the drop…
-
Hello,
I am using React 17 and Next js 10 for server side rendering.
When I start the project it fails with the following message:
error - ./node_modules/react-multiselect-listbox/dist/compone…
-
## Environment
> Operating system: MacOS Big Sur (11.4)
> Browser: Chrome 91
> Testing Tool: Manual
## Detailed description
### What version of the Carbon Design System are you using?
…
-
As of React 16.0.0, react module no longer contains PropTypes.
Need to change to
import PropTypes from 'prop-types';
-
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…
-
hello,
I'm using listbox as a multiselect via the multiple prop. However, clicking a selected item does not unselect the item. I tried the react headless UI and it unselects automatically.
Thanks …