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
Material UI Theme not being applied in NextJS
I’m experiencing an error using Material UI where even after applying the theme to the provider, the changes are not reflected, always bringing its “default” version
Material UI Theme not being applied in NextJS
I’m experiencing an error using Material UI where even after applying the theme to the provider, the changes are not reflected, always bringing its “default” version
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
How to get row-based images in masonry Image-List
A material-ui Image List with variant="masonry"
displays the images column-based, while Image Lists of other variants display their images row-based.
React MUI Autocomplete, onInputChange is triggered with non-empty input value
I am using AutoComplete MUI for my react vite project and I want to implement the feature that when an option is selected, the input text should be cleaned.
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?
Why does Material-UI Grid2 require wrapping in a Box for proper layout in a form?
I’m using Material-UI’s Grid2 component to create a responsive layout for a form. My expectation is that using sm={6} should result in each input field occupying 50% of the width on medium-sized screens. However, the inputs are not stretching to the expected size.
How to Create a Multi-Level Tree Grid with Material-UI’s DataGridPro?
I’m working on a project where I need to implement a multi-level tree grid using Material-UI’s DataGridPro. I want the grid to have a hierarchical structure where each level can have its own columns. Specifically, I need:
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.