79279477

Date: 2024-12-13 20:26:15
Score: 0.5
Natty:
Report link

hope this helps :)

<FormControl fullWidth>
    <InputLabel shrink>Label</InputLabel>
    <Select label="Label" defaultValue={undefined} notched>
        <MenuItem value="1">One</MenuItem>
        <MenuItem value="2">Two</MenuItem>
    </Select>
</FormControl>
<TextField
    label="Label"
    slotProps={{
        inputLabel: {
        shrink: true,
        },
    }}
/>

https://stackblitz.com/edit/vitejs-vite-jsxsscjo?file=src%2FApp.tsx

Reasons:
  • Whitelisted phrase (-1): hope this helps
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Atharva Upadhye