Read the MUI documentation
To workaround the issue, you can force the "shrink" state of the label.
<TextField slotProps={{ inputLabel: { shrink: true } }} />
or
<InputLabel shrink>Count</InputLabel>