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
Views
Replies
Total Likes
Any input
@Srinivas_Opti Are you referring to https://mymth.github.io/vanillajs-datepicker/#/ ? Could you clarify how you are using it with AEM Forms.
@Srinivas_Opti Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.
Views
Replies
Total Likes