Try This
<TextField type="number"
label="Short stop treshold"
InputProps={{
inputProps: { min: 0 }
}}
value={10}
onChange={handleShortStopChange} />
Try This
<TextField type="number"
label="Short stop treshold"
InputProps={{
inputProps: { min: 0 }
}}
value={10}
onChange={handleShortStopChange} />