Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
20 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,160
0 votes
0 answers
61 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
  • 944
-1 votes
0 answers
21 views

I’m trying to understand how Material UI keeps its build size low. Do they externalize most of their dependencies (other than peer deps), or use some other strategy? I’ve seen Babel helpers imported ...
Nitesh Sinha's user avatar
-3 votes
0 answers
42 views

When using rspack with typescript and Material UI (MUI) with React to run in development mode, the following error is thrown: _emotion_styled__rspack_import_0 is not a function TypeError: ...
zXynK's user avatar
  • 1,374
Advice
0 votes
0 replies
62 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
-1 votes
0 answers
36 views

I'm using "@mui/x-date-pickers": "^8.19.0" and @mui/material": "^7.3.4" in a "next": "15.5.6" application with "react-dom": "19.2....
S. Hesam's user avatar
  • 7,169
0 votes
2 answers
55 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,108
0 votes
1 answer
42 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,431
1 vote
1 answer
55 views

I'm using MUI v6 Time Pickers and I'm trying to use renderDigitalClockTimeView as the viewRenderer for my time picker component. I set an initial value, and it correctly shows up in the input field. ...
Pradeep's user avatar
  • 49
0 votes
1 answer
122 views

Currently, I'm using @mui/x-date-pickers v7 to display a calendar. My requirement is to keep the calendar open while changing the date using the text field. Current behavior: When clicking the text ...
sd_dewasurendra's user avatar
0 votes
0 answers
31 views

Im having trouble disabling certain options in a MaterialAlertDialog when using MultiChoiceItems. The problem that I am having is that I can get them to appear to be disabled, yet they still work ...
Tennis Heal's user avatar
1 vote
0 answers
82 views

I am building a React application. In one of my components, the first thing that appears is a dialog where you have to select an option from an autocomplete component. This is mandatory for the ...
Carlos Lavilla's user avatar
0 votes
0 answers
78 views

I'm working on a React.js app with MaterialUI for the components. I'm having a problem with Safari browser (although it may happen on Firefox too. It works fine on Chrome tho). When Safari automatic ...
MarioZ's user avatar
  • 301
2 votes
1 answer
70 views

I've been using newest Angular Material in Angular 20. Trying to control stuff using mat.*-overrides but I can't find the option to change height of each mat-option inside of the form-field inside the ...
PTK's user avatar
  • 85
2 votes
2 answers
171 views

I would like to import a simple mui component. My component: import Button from "@mui/material/Button"; export default function Bar() { return <Button variant="contained">...
Vana's user avatar
  • 980

15 30 50 per page
1
2 3 4 5
1513