close
Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
0 answers
85 views

I'm experiencing an issue with MUI X DataGrid where initial filter values are not visually displayed in the filter panel, even though the filter is correctly applied to the data. I have a React ...
Samuel's user avatar
  • 684
Best practices
1 vote
0 replies
82 views

We’re using MUI + MUI X with React + TypeScript, and our QA team uses Playwright + TS for automation. We need a reliable, type-safe way to add locators like data-testid to MUI components (fields, ...
user32619745's user avatar
Best practices
0 votes
0 replies
53 views

How properly configure Next.js 16 + MUI 7.3.9 + Tailwind 4.2? // layout.tsx: import type { Metadata } from "next"; import { Bebas_Neue, Rubik_Mono_One, Ultra } from "next/font/google&...
Karol's user avatar
  • 99
1 vote
1 answer
62 views

I want to use a container query in MUI in the same way the useMediaQuery hook works. But there is no useContainerQuery hook in MUI right now. So how can I use a container query in a component like: ...
michaelT's user avatar
  • 1,763
Advice
0 votes
0 replies
23 views

I have a Next.js app that primarily uses static or SSR components. I want to style my components using the custom MUI theme I created. I am aware as of MUI v7, there is support for CSS variables which ...
Prof.Chewbacca's user avatar
-1 votes
1 answer
191 views

The problem is that I can't update cells of column without updating the whole table. Is there any way to update column and rerender only cells of this column? Here is the working minimum code: <!-- ...
EzioMercer's user avatar
  • 2,236
0 votes
0 answers
36 views

The code shown below, works as detailed below: Case 1: When the Browser appearance is set to dark, it works well, giving dark mode. Case 2: When the Browser appearance is set to light, it works well, ...
WeDoTheBest4You's user avatar
1 vote
1 answer
102 views

The best I can do: <com.google.android.material.button.MaterialButtonToggleGroup android:id="@+id/file_type_toggleGroup" android:layout_width="wrap_content" android:...
Sam Chen's user avatar
  • 9,218
1 vote
1 answer
99 views

I’m trying to change the border color of a MUI DatePicker component, including its focused state. I’ve tried targeting the fieldset inside MuiOutlinedInput-root with sx, even adding !important, but ...
Gunter's user avatar
  • 31
0 votes
0 answers
54 views

I'm developing an Android application (Java) using the standard layout structure: CoordinatorLayout + AppBarLayout + NestedScrollView. I have a long form where some text fields are positioned at the ...
Mr. Dandomi's user avatar
0 votes
1 answer
101 views

Side Sheet Dialog Layout: <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/...
Sam Chen's user avatar
  • 9,218
1 vote
0 answers
164 views

I'd like to display a Card with a transparency of 0.5. However, that suddenly shows a rectangle in the middle of the card. Left without transparency, right with 0.1f. The code is really simple: @...
Big Bro's user avatar
  • 974
Advice
0 votes
0 replies
75 views

Graphic designer designed this component that should display forms and messages like an auth form... I'm a bit confused on how should I code the top right border... I thought a simple border-radius ...
Patrick Ferreira's user avatar
0 votes
2 answers
149 views

This is my theme config in my MUI app: import { createTheme } from '@mui/material/styles'; declare module '@mui/material/styles' { interface Theme { myVariable: string; } interface ...
user3629892's user avatar
  • 3,158
0 votes
0 answers
53 views

My application is there for a long time and everything works perfectly in both the locales we support en and ar. So I don't think there is any issue with the localization setup. But now for a simple ...
Housefly's user avatar
  • 4,442

15 30 50 per page
1
2 3 4 5
1509