react-bootstrap-datetimepicker
react-bootstrap-datetimepicker copied to clipboard
css is missing for the date picker and shows for the time picker
Also the defaultText is missing the css
+1
this problem can be solved using webpack to build the app and importing the css like import 'react-bootstrap-datetimepicker/css/bootstrap-datetimepicker.css'
Before I was using browserify and babelify and it was confusing to change the setup. I found the solution in one of the another issues.
there is still problem as the picker doesn't open below the field