quri / react-bootstrap-datetimepicker

[DEPRECATED] A react.js datetime picker for bootstrap
http://dev.quri.com/react-bootstrap-datetimepicker/
MIT License
365 stars 292 forks source link

Change default widget display style to none. #196

Closed maxmati closed 7 years ago

maxmati commented 8 years ago

Widget element had display block style which caused reporting wrong height and bugging for example bootstrap accordion. After showing it and hiding again changes style to display none whats fixes bug.

I'll be glad if someone could help me find widget element in test since i'm unable to do so.