You can also use the InputProps prop on the TextField component to achieve this by setting the disableUnderline property to true.
<TextField
fullWidth
placeholder="Search..."
InputProps={{ disableUnderline: true }}
/>
You can also use the InputProps prop on the TextField component to achieve this by setting the disableUnderline property to true.
<TextField
fullWidth
placeholder="Search..."
InputProps={{ disableUnderline: true }}
/>