| <script type="text/javascript" src="https://cdn.jsdelivr.net/jquery/latest/jquery.min.js"></script> | |
| <script type="text/javascript" src="https://cdn.jsdelivr.net/momentjs/latest/moment.min.js"></script> | |
| <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.min.js"></script> | |
| <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.css" /> |
This comment has been minimized.
This comment has been minimized.
monsaad
commented
May 6, 2019
|
ok |
This comment has been minimized.
This comment has been minimized.
leekeifuture
commented
Jan 21, 2020
|
Why didn't you mention Font Awesome here? After all, Font Awesome is needed to display the calendar icon in picker |
This comment has been minimized.
This comment has been minimized.
|
This library has no calendar icon or any other icons. It does not make use of Font Awesome. |
This comment has been minimized.
This comment has been minimized.
leekeifuture
commented
Jan 21, 2020
This comment has been minimized.
This comment has been minimized.
|
There are no input fields in this library. That's your own webpage where you happen to be using the library. That icon was not added by the picker. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

This comment has been minimized.
LarryAzevedo commentedDec 20, 2018
@dangrossman I know this is being super picky but there's no need to have
type="text/javascript"ortype="text/css". Those have been depricated for a while now.