/** @license MUI v5.0.0-alpha.63 * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree
Im using Material UI's datagrid to show some data in a table, I recently switched over to RTK query from redux for caching and to get rid of the global state ma
I was using MUI-Datatables in 2020, and I really satisfied with it so I want to use it again with my upcoming project. Lately, Material UI was upgrading and I t
This is the code I used from material UI site. Every time I edit something, pressing ENTER or TAB will result in the following warning and won't proceed to nex
I am building a small, simple Wiki for myself; just started learning React, although I've been working with JavaScript before. I cannot seem to set the theme. I
I'm using Autocomplete component from Mui. It has the default display style for multiple input values like this: . However, I hope to make it like how it would
I have a table and in this table, there is a column named status, and in this column, three values are returned from the backend, which are "approve", "Review"
I have an MUI grid setup with a variable number of columns. Currently, if the user selects a long string for the Select box, the Select grows, increasing the si
I am using the @material-ui-searchbar to filter data. I'm using the same container for multiple different pages to display the info. When ever I switch between
I see them use this on their TextField page for having TextFields align correctly as the page gets smaller. What exactly does this css do? sx={{'& > :not
I'm making an app with React. Only in Chrome, the following error is output both on localhost and after building and deploying. it is error. I did not find the
I wish to create a autocomplete search bar with my own custom call to the backend, which searches through a list of tickers. <Autocomplete mu
I am using jspdf and html2canvas. Printing the component would make the footer go to the next page. How can I set this where it will dynamically resize to fit i
I tried using mat-icon in Angular in dropdown. But the text is shown first and after clicking dropdown it is showing the icons. I already tried importing in ind
enter image description here enter link description here This code is from MUI and look there please when you open the first accordion then you open the second
Recently, Material UI 5 was released. Previously (in Material UI 4), I used to connect it by modifying _document.js and _app.js. Is it the same for Material UI
I have a problem with the DatePicker, if there is an empty value it's red. And passing true/false to error doesn't have any effect. I even tried passing error
I am trying to change the Material UI DatePicker date text and calendar icon color. I tried to change it passing style to InputProps, but it worked only for rem
I have a simple page, user text field and password, with font size of 30 (for the question only for the user field). For some reason, when the browser (chrome)
I want my sidebar to be bottom navigation on mobile view. How can i switch these components depending on the size of the screen. I wonder is there a way to do i