Relative Content

Tag Archive for reactjsmaterial-ui

How to update style for DataGrid component?

I’m trying to update the style of Columns display option in Material UI but I couldn’t find way to do it
I want to change the input border color and change the color of checkbox

How to develop Mui Multiple selector

i want to develop like this dropDown how to develop using material ui – https://mui.com/material-ui/react-select/ enter image description here

Stop event propagation in react in Material UI React

I have a IconButton on a ListItemButton. When I click on the IconButton I want the ListItemButton button to not show ripple effect and anctivate click. I tried adding stopPropagation but the button is still activated. I can remove this by using disableRipple and removing click event. However, it’s not smooth. What is the best way to resolve this?

Issue opening a looped MUI Controlled Accordions

I have two lists of accordions. I want both accordion sets to be in sync with each other. For example, if I open accordion 1 in the left, I want accordion 1 in the right to be open and vice versa. I am already maintaining the state to keep the accordions open by default Please help me on what I am doing wrong.