afialapis / reactstrap-date-picker

A Reactstrap based, zero dependencies, date picker
MIT License
12 stars 6 forks source link

In/valid props doesn't apply the reactstrap in/valid css style #20

Closed skrollu closed 2 years ago

skrollu commented 2 years ago

The props invalid and valid apply the CSS is-invalid or is-valid on the InputGroup element that encapsulate the input tag instead of the the input tag itself. So the reactstrap style is not applying.

afialapis commented 2 years ago

Fixed! 1.0.2 is up. Thanks!

skrollu commented 2 years ago

Thanks, I'll test this ASAP :)