react-bootstrap-datetimepicker icon indicating copy to clipboard operation
react-bootstrap-datetimepicker copied to clipboard

css is missing for the date picker and shows for the time picker

Open transmarkonline opened this issue 9 years ago • 3 comments

Also the defaultText is missing the css

transmarkonline avatar Feb 16 '16 19:02 transmarkonline

+1

bdittmer avatar Feb 16 '16 19:02 bdittmer

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.

transmarkonline avatar Feb 16 '16 22:02 transmarkonline

there is still problem as the picker doesn't open below the field

transmarkonline avatar Feb 16 '16 22:02 transmarkonline