79596082

Date: 2025-04-28 08:52:02
Score: 1.5
Natty:
Report link

Apply this in DataGrid to remove the up and down arrow when using the MUI number field

sx={ '& input[type=number]': { MozAppearance: 'textfield', '&::-webkit-outer-spin-button': { WebkitAppearance: 'none', margin: 0 }, '&::-webkit-inner-spin-button': { WebkitAppearance: 'none', margin: 0 }, '&:focus': { wheelBehavior: 'none' }}

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Nishant Priyadarshi