Recently, I started using tempusdominus for Bootstrap 4.0 and everything is working smoothly with my backend integration. However, the site is already using an icon set (material-icons) and I would like to incorporate those icons into tempusdominus as well.
I attempted to make this change:
<div class="input-group-text"><i class="fa fa-calendar"></i></div>
I wanted to use my material-icons icon instead of the default clock icon. Unfortunately, I have been unable to figure out how to make this change.
I've checked the Javascript and consulted the documentation, but it seems that only Font Awesome icons can be easily swapped out.