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} />
?
1 Answer
Reset to default 10You can set the disableUnderline
prop to true to hide the line below the Input
:
<Input disableUnderline