-
Hi, what are your thoughts on implementing multiselect component besides the checkbox group?
Here is an [excellent design spec on multiselects](https://design.procore.com/multi-select) and the relate…
-
### Describe the bug
MultiSelect filter does not work for simple arrays
### Reproducer
https://codesandbox.io/s/xenodochial-archimedes-uxx0m2?file=/src/demo/MultiSelectDemo.js
### PrimeReact versi…
-
Firstly, thank you very much for this library. It's been a breeze to use!
I'm in the process of replacing `react-awesome-query-builder` with this package and have hit my first hitch.
We are usin…
-
I'm trying to validate a "select multiple" input using a custom validation in the register callback like so
```
Array.isArray(value) && value.length > 1
})}
>
…
-
I've written a multi select component in react for our product using @floating-ui/react-dom-interactions. I have a problem where if I press Enter or Space to select an item then my dropdown is closed …
-
Dependabot opened https://github.com/huridocs/uwazi/pull/4601 to upgrade jest-environment-jsdom. This seems to be a part of an upgrade of the entire [jest](https://www.npmjs.com/package/jest) suite to…
-
When using an `EuiComboBox`, with `onSearchChange`, after a user selects an option, then it will trigger a search with a blank string (`''`):
https://github.com/elastic/eui/blob/bc24f11a13980e61300…
-
### What package has an issue
@mantine/core
### Describe the bug
## Problem
> To understand the below lines please refer to the attached Codesandbox
Clicking on a `` input/trigger toggles the…
-
### Package
carbon-components-react
### Browser
Chrome, Firefox
### Operating System
MacOS
### Package version
v7.52.x (~7.52.0)
### React version
v17.x.x (^17.0.2)
### A…
-
## 🐛 Bug Report
Disabling a `SelectItem` that belongs to a multi `Select` element does not disable multi select checkbox for row.
https://user-images.githubusercontent.com/19623235/199224503…