css date input onpen on click anywhere
input[type="date"] {
position: relative;
overflow: hidden;
}
input[type="date"]::-webkit-calendar-picker-indicator {
position: absolute;
top: 0;
bottom: 0;
left: -30px;
right: 0;
width: 100%;
height: 100%;
color: transparent;
cursor: pointer;
background-position: center right;
background-size: 15px 18px;
}