admin管理员组

文章数量:1336631

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

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

Share Improve this question edited Oct 22, 2021 at 5:23 NearHuscarl 81.9k22 gold badges319 silver badges281 bronze badges asked Oct 21, 2021 at 17:41 jetskijetski 1873 silver badges16 bronze badges
Add a ment  | 

1 Answer 1

Reset to default 10

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

<Input disableUnderline

本文标签: javascriptRemove underline (bottom border) from MUI Input componentStack Overflow