79491360

Date: 2025-03-07 05:40:15
Score: 1
Natty:
Report link

Pass this props in Autocomplete:

slotProps={{ paper: { style: { width: 'fit-content' } } }}

to Autocomplete component

<Autocomplete
  ....
  slotProps={{ paper: { style: { width: 'fit-content' } } }}
/>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Abhijeet Kumar