-
Kinda duck taped this solution could be improved but wanted to provide an improvement to the dmc.Multiselect based on these examples:
MultiSelectCheckbox-
https://mantine.dev/combobox/?e=MultiSele…
-
Hi there, I ❤️ your library. It's clean and easy to use.
Can you help me with understanding how to:
- Multi-select items in the Autocomplete list.
- Load dynamic data that will probably be pagi…
-
**Currently:**
On app startup, all valid repositories and orgs are queried from Augur exactly once, and kept as a constant global variable.
When user's interact with the search bar, each keystroke…
-
how should i implement a select all with the multiselect component? And are you planning on adding individual remove buttons on each selected item?
-
This issue will be used to capture the work that our team is doing each sprint related to building out the CFPB Design System (in React) (we'll refer to it as DSR from here on out to be concise and to…
-
It would be good to be able to move/duplicate/delete/etc. multiple request and folders in the tree view at once using combinations such as:
**Mouse**
shift+`left click`: Select all items from …
ghost updated
1 month ago
-
Everytime I'll add a `setState` on the function for the `onTableChange`, it will show this error:
`Maximum update depth exceeded. This can happen when a component repeatedly calls setState insi…
-
### Area
UI Components
### The problem
The use case is basically as follows:
We have a multi-select, free-form-allowed combobox that we want to support the following behavior:
- When a user…
-
I want to use a controlled `` component in React. In addition to the value I also want to keep the focused state of the select in the state. To do this, I update the state with `setState` in the `onCh…
-
Hello,
I came across this project in my travels while looking for a good way to implement some Joi validation in React and really how this project is laid out conceptionally. I realize its still in …