简体   繁体   中英

Material Ui TextField remove bottom border

i am using material ui for my project and this is my textField text field reality

as you can see there is an bottom border underline it, but i want to remove it completely, previously i usually use border: "0px" but i dont know how to customize it, this is what i want

text field expectation

thank for your time to help me out, highly appreciate your effort, hope you have a good day

you can edit in this codesandbox link: codesanboxlink

for this case you can import InputBase from material-ui

import InputBase from '@material-ui/core/InputBase';

you can see your example at codesandbox codesandboxlink

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