Skip to main content

Questions tagged [mui5]

The tag has no usage guidance.

mui5
0 votes
0 answers
28 views

MUI: center checkboxes in grid regardless of checkbox label length

I have a form with code: <Box display="flex" flexDirection="column" alignItems="center" mt={2}> <Grid container spacing={1}> {playlists.map((...
Adventure-Knorrig's user avatar
0 votes
0 answers
20 views

Popover having anchor issues with disableScrollLock prop

React v.18.3.1 react-native v.0.74.1 @mui v.5.15.3 DEMO: CodeSandBox Demo I have a popover which is triggered by an icon button. and closes in the following two scenarios: When the user clicks ...
programming_ritual's user avatar
0 votes
0 answers
44 views

Unable to set value of MUI datepicker from browser using query selector

I am using Material UI 5 library for DatePicker I am trying to set the value of datepicker(MUI 5) from browser using query selector, it gets vanish when I click on the browser or tab button Eg. This ...
Sunit's user avatar
  • 1
0 votes
0 answers
37 views

Uncaught Error: (0 , _index__WEBPACK_IMPORTED_MODULE_0__.createMakeAndWithStyles) is not a function

import { makeStyles } from "tss-react/mui"; import color from "@/styles/colors"; export const useStyles = makeStyles()(() => ({ root: { backgroundColor: color.white, ...
Abhishek Yadav's user avatar