Hello,
I have a calendar field in my form.
When editing a date field I click on the calendar icon and the datepicker popup appears. Normally, if I want it to disappear, I click somewhere on the page and the popup hides.
But in my custom template on the frontend, it does not hide. I have to click on a date for it to hide. In the backend it is working as expected and also with protostar template.
I compared which scripts are loaded in the frontend and backend. All the same. Only in frontend CheckOAuth.esi gets loaded additionally. It's conten is one line: varuserDetails={};
I don't think that this causes the problem.
No error in JS console.
Now I'm lost.
Can anybody shed some light on this strange issue?