InputLabelProps was deprecated in material UI v6 and is getting removed in v7. This is what is working for me in v6.4.10:
InputLabelProps
<TextField label="ML Features" slotProps={{inputLabel: { shrink: true } }} />