Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Remove underline (bottom border) from MUI Input component

How can I remove these bottom-line borders from these inputs? I've tried throwing some CSS on it, but unsuccessfully component -> <Input type={"text} /> ?

enter image description here

like image 659
jetski Avatar asked May 22 '26 23:05

jetski


1 Answers

You can set the disableUnderline prop to true to hide the line below the Input:

<Input disableUnderline
like image 174
NearHuscarl Avatar answered May 24 '26 12:05

NearHuscarl



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!