79463194

Date: 2025-02-24 10:35:50
Score: 0.5
Natty:
Report link

The use of inputProps is deprecated in MUI v6 and will be removed in MUI v7.

MUI suggests (through docstring) using slotProps instead like that:

<TextField
       size="small"
       slotProps={{ htmlInput: { sx: { fontSize: '0.9rem' } } }}
       variant="standard"
/>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Constantinos Petrakis