I'm not a fan of the way date inputs appear in Bootstrap 4. Currently, they have two states and when you hover over them, three arrows are displayed. One of the arrows opens the calendar.
I would like to replace all of that with just one clickable calendar icon, as shown in the image below(update1: but the calendar should be clickable).
update2: https://jsfiddle.net/wxeg4vk7/
<input type="date" class="form-control" id="pickupdate">
Is there a way that I can achieve this?
https://i.sstatic.net/hsUnq.png
Many thanks!