79333405

Date: 2025-01-06 14:49:03
Score: 1
Natty:
Report link

Similar to Nathan's answer, i find this works on material-ui v6 outlined-input:

<TextField
  slotProps={{
    input: {
      inputProps: {
        size: "small"
      }
    }
  }}
/>

Here is the docs:

  1. slotProps
  2. inputProps
  3. size
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Rongjin Zhang