Attach a Mobiscroll element to a element within a customElements is not working. Please help. How can we selected the element.
How to component is created:
customElements.define(‘mod-event’, class extends HTMLElement {
…
var shadow = this.attachShadow({ mode: ‘open’ });
The custom component include this field:
mobiscroll.date( ‘#date’ , {…}) -> doesn’t work