Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

calendar image is not rendering #152

Open
jsMichot opened this issue Feb 16, 2018 · 2 comments
Open

calendar image is not rendering #152

jsMichot opened this issue Feb 16, 2018 · 2 comments

Comments

@jsMichot
Copy link

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
Copy link

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

@jsMichot
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants