About datepicker not showing up on click of image icon of input using vanilajs-datepicker
Hello,
I have an image icon on the date pciker input ,using vanilajs-datepicker.js. When I click it ,does not show the date picker.
But when I click on the input text input it comes up .How to resolve this issue
In the datepicker component we have added an image like below
elem.insertAdjacentHTML(
"afterend",
`<span class="suffix"><i class="calendar-icon" aria-hidden="true" ></i></span>`
);

Regards,
Srinivas