简体   繁体   中英

Remove Underline (Bottom border) from material-ui 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} /> ? 在此处输入图片说明

您可以将disableUnderline道具设置为 true 以隐藏Input下方的行:

<Input disableUnderline

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM