afialapis / reactstrap-date-picker

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

Include valid and invalid properties that add bootstrap `is-valid` and `is-invalid` classes to the group wrapper. #7

Closed ceottaki closed 4 years ago

ceottaki commented 4 years ago

Most, if not all, form input reactstrap components, include two properties that can be used for styling form validation by using the is-valid and is-invalid classes from Bootstrap.

The DatePicker currently does not include that option.

I request that the option be included, please, and I will submit a pull request shortly to solve this issue.

afialapis commented 4 years ago

Done, Thanks for the contribution!