skratchdot / react-bootstrap-daterangepicker

A date/time picker for react (using bootstrap). This is a react wrapper around the bootstrap-daterangepicker project.
http://projects.skratchdot.com/react-bootstrap-daterangepicker/
Other
474 stars 203 forks source link

Date range picker input box doesn't show up calendar icon ? #229

Closed pradeepn541 closed 4 years ago

skratchdot commented 4 years ago

Bootstrap 4 no longer includes icons by default.

You can style your input however you want via css, so you can pick one of the following icon sets to get a calendar icon: https://getbootstrap.com/docs/4.5/extend/icons/

Daniel-Raz-Supersmart commented 2 years ago

Bootstrap 4 no longer includes icons by default.

You can style your input however you want via css, so you can pick one of the following icon sets to get a calendar icon: https://getbootstrap.com/docs/4.5/extend/icons/

and how can I add this icon to the input field?

skratchdot commented 2 years ago

and how can I add this icon to the input field?

try this: https://stackoverflow.com/a/61233816