How can I remove the up and down arrow from the MUI number field? My current version is 5.3.0. Is it possible to achieve this using the sx prop?
https://i.sstatic.net/fABz9.png
Learn more about the sx prop here
<TextField
sx={{...}}
id="outlined-number"
label="Number"
type="number"
/>