tleunen / react-mdl

React Components for Material Design Lite
https://tleunen.github.io/react-mdl/
MIT License
1.76k stars 255 forks source link

[TextField] Grey border-bottom doesn't disappear when field is clicked. Blue doesn't cover grey correctly. #490

Open wzup opened 7 years ago

wzup commented 7 years ago

Here is how it looks in your examples. Grey border-bottom is substituted by blue color just fine:

textfield-original-comment

Here is the issue. Blue line appears just a few pixels above the grey border-bottom.

textfield-comment

What error is this? Why does it happen? How to fix?

Azhng commented 6 years ago

Hi wzup, I had similar issue as you. I found that it might be caused by the incompatibility between react-mdl and bootstrap library. I resolved this issue by removing code that imports bootstrap library. Hope it helps.