edwardfxiao / react-inputs-validation

A react component for form inputs validation. Online demo examples
https://edwardfxiao.github.io/react-inputs-validation/
MIT License
46 stars 25 forks source link

use along with materializecss #18

Closed Aynazabdz closed 5 years ago

Aynazabdz commented 5 years ago

Hi, thanks for the great job i used this module in my project but now i need to use it along with mterializecss but there are lots of problem in doing it for example: when something is wrong in materializecss inputs, a red line appears in the bottom of that input field but with using Textbox or Textarea of react-inputs-validation there wouldn't be such a thing or another problem that happened for me is using meterializecss icon along with inputs this is a common way to define inputs like this:

`account_circle

` but if i use this with this module the CSS of input field would badly brake up. is there any possible solution for using these together ?!