79488370

Date: 2025-03-06 05:42:26
Score: 1
Natty:
Report link

Read the MUI documentation

To workaround the issue, you can force the "shrink" state of the label.

<TextField slotProps={{ inputLabel: { shrink: true } }} />

or

<InputLabel shrink>Count</InputLabel>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: TryCatchMe