Created
July 14, 2022 13:21
-
-
Save italosantana/40b5b64f66d5e18e26bf99f611bb474c to your computer and use it in GitHub Desktop.
In case you have <TextField... in Material UI and have a border
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<TextField | |
placeholder="" | |
fullWidth | |
multiline | |
rows={7.5} | |
maxRows={Infinity} | |
/> | |
// Just put this CSS | |
'.MuiOutlinedInput-notchedOutline': { | |
border: 'none' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment