'No Material widget found.' – Flutter
i created a listview in which i used the gero widget i have wrapped all the hero widgets and listview widgets in material but still I get this error and when i click the listtile it works properly but when…
i created a listview in which i used the gero widget i have wrapped all the hero widgets and listview widgets in material but still I get this error and when i click the listtile it works properly but when…
Whenever , I try to run the code, I get below error. I am not using useNavigate anywhere. Error Folder structure
I have created my react js application using vite. and i am using npm. I installed material ui and my package.json file has these packages: "dependencies": { "@emotion/react": "^11.10.6", "@emotion/styled": "^11.10.6", "@mui/material": "^5.11.15", "@mui/styled-engine-sc": "^5.11.11", "@mui/x-data-grid": "^6.0.3", when i run…
The "renderValue" function is not working. I want to give the Select dropdown a custom placeholder but it doesn't work. Here's the Select component: <Select className={classNames({ error: !!error })} labelId={name} id={name} value={multiple ? value || [] : value} disabled={disabled} multiple={multiple}…
I'm currently working on creating a component library from Material UI using TypeScript and Rollup. I have successfully published the package, but when I try to import it into a new project, I am getting the following error: "Uncaught TypeError:…
I am new to React/MUI, so a little help would be great. I have a Stack of TextFields, they are resizing with the screen width very nicely. <Stack direction="row" sx={{ margin: "16px" }} > <Stack sx={{ flexGrow: 1 }}> <Box…
I'm new in ReactJS. I have start working with the ReactJS using material ui 4 and ReactJS 17.2. I'm not able to take decesion which material date picker we need use.in my requirement I'm using input textbox with type date.…
I have a fixed element with dynamic height (changing when resizing the browser width ) like the example below : https://stackblitz.com/edit/react-yuqarh?file=demo.tsx the element working like a menu : it should be opened in first load (it work) hidden when user…
I am making sure that the rows is filled and defined before using, but why is the error coming, i am not able to understand , it is been a week now , i am stuck here, How to solve…
how to scroll when clicking in the selection menu TextField material ui? I found an example, you can scroll there if you replace it with select and set it via MenuProps, but this option does not suit me. I need…