You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
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:
I'm using webppack.
The text was updated successfully, but these errors were encountered: