I am using <input type="date" name="bday">
and it displays calender when I click on right side of box as follows..
Now I want to display calender when I click on any part of box..What should I code to achieve that..
How about this? It works on mine.
<style type="text/css">
input[type="date"]::-webkit-calendar-picker-indicator {
background: transparent;
bottom: 0;
color: transparent;
cursor: pointer;
height: auto;
left: 0;
position: absolute;
right: 0;
top: 0;
width: auto;
}
</style>
<input type="date">
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With