Questions tagged [react-multiselect-checkboxes]
9 questions
1
vote
0 answers
How to parse data from checkboxSelection MUI to a variable?
I'm using DataGrid from MUI, it does have a checkbox function and I want to use it so that when I check it it adds the row data to a variable (the id, name, etc etc) so I can use it somewhere else with useLocation but it doesn't seem to be working ?…

ReactPotato
- 1,262
- 3
- 26
- 46
1
vote
1 answer
In a react Multiselect dropdown I would like to display name and email along with the checkbox in the same level
In a react Multiselect dropdown I would like to display name and email along with the checkbox in the same level (as per the screenshot attached ) is that possible using multiselect-react-dropdown ?
I have tried below, but it is still the name only.…

soccerway
- 10,371
- 19
- 67
- 132
1
vote
0 answers
Multi select with child options
im new to react. I want to have multi select with child options.(eg. year - parent , months - child)
when year is selected all months in that year should be able to be selected
something similar to this. months shuld also be able to select/deselct…

charles rajesh
- 41
- 2
1
vote
0 answers
react-multiselect-checkboxes custom the DropdownButton
I'm studying react and so using the react-multiselect-checkboxes library. I'm trying to custom the DropDownButton but without succeed.
Here is the code:
import React, { useState, useEffect } from "react";
import ReactMultiSelectCheckboxes from…

July
- 516
- 1
- 7
- 25
1
vote
1 answer
Override react-multiselect-checkboxes styling
I'm using react-multiselect-checkboxes in my project.
The problem is with changing it's styling, the css classes in inspect mode have these values: .css-1r4vtzz and .css-48ayfv.
If I'm adding them in css file and override a property with !important…

Leo Messi
- 5,157
- 14
- 63
- 125
0
votes
0 answers
what is the best solution for nested select input in reactJS?
this is the multi-level select input.. i need this with the best technology.
Actually, I am trying to create nested select input in reactJS,
I found this problem when I was doing my assignment, i tried to solve the problem, and even i had solved…
0
votes
2 answers
How can I display maximum item selected once i have selected 3 items from dropdown
I have multiselect dropdown items with checkboxes in my react app, what I am trying to achieve is if I checked any three items, then dropdown should display maximum items selected and if I unchecked anyone of them, it should display back the drop…

soccerway
- 10,371
- 19
- 67
- 132
0
votes
2 answers
Check a checkbox when one is checked react-hook-form
I have 3 checkboxes CheckboxA, CheckboxB, CheckboxC.
If checkboxB or checkboxC are checked, I want checkboxA to be checked as well
basic checkbox example from react-hook-form https://codesandbox.io/s/cool-clarke-y8cjsw?file=/src/App.js:1792-1801

Ibrahim Yolbir
- 139
- 2
- 14
0
votes
1 answer
How to perform search only on label (text) in react-multiselect-checkboxes
I am using "react-multiselect-checkboxes" plugin. The options passed to the dropdown have 'label' and 'value' which is common to any dropdown. However, when I supply a search term, the search result returns all the options that contain the search…

Sandeep Parashar
- 197
- 1
- 14