Alpine.js +flatpickr Datetimepicker is not working
问题 i really stucked in my project. I have a site with alpine.js where i want to render data to an element Everything is working perfect until the fact that my flatpickr is not shown up. The datepicker is working perfect. It seams, that x-html, x-text nor document.getElementById().innerHTML used in alpine.js is working .... <div x-data="app()" x-html="modalData" x-show="isOpenModal" id="test"> only a test <input class="picker" /> </div> ...... <script> const fp = flatpickr(".picker", { locale: