pushtell / react-bootstrap-date-picker

React-Bootstrap based date picker.
MIT License
345 stars 197 forks source link

calendar image is not rendering #152

Open jsMichot opened 6 years ago

jsMichot commented 6 years ago

I expect the calendar image to render. The date input box is working as expected but instead of the corresponding calendar image I am only rendering a small x. Thus far I have followed the example from the npm react-bootstrap-date-picker page and set the dependencies i package.json to:

"react-bootstrap-date-picker": "github:mixxt/react-bootstrap-date-picker"

I'm using webppack.

krazyjakee commented 6 years ago

I'm in the same position and using github:mixxt/react-bootstrap-date-picker for react 16 support.

jsMichot commented 6 years ago

we solved the issue by using react-date-picker instead of react-bootstrap-date-picker. you also may need to look into using css-loader and/or style-loader if you are using webpack. we extracted the stylesheet for datepicker so we could commit changes to the css. specifically, the time-picker scroll was off center. @krazyjakee