Jachin Manda
Jachin Manda
Awesome 🙏️! Thank you for your feedback.
EDIT: Commented from wrong account > @jmnda-dev I see you have contributed a lot to this project for Phoenix Liveview integration. Can you please shed some lights on what my...
@puruzio Hi sorry for taking decades to respond 😁️ have been a bit busy. I haven't managed to get it to work. I am still investigating the issue though. I...
@puruzio So I tested the code you shared for triggering form change events from Javascript and it's working for me: ``` Hooks.Datepicker = { mounted() { const datepickerEl = this.el;...
@puruzio Everything is working fine on my side. Would you like I share my demo app? 
@puruzio I have created a demo repo here: https://github.com/jmnda-dev/liveview-flowbite-datepicker-demo You will notice that the form on the `Post` listing page is not put in a modal, you are able to...
@puruzio Perhaps an improvement to that could be made to `flowbite-datepicker` is to allow the overriding of Tailwind CSS classes for the datepicker because a page might have different elements...
> Hey everyone, > > I've got some good news - since `v2.4.1` the datepicker is now a core component of the Flowbite JS. > > That means that everything...
> One thing to point out in this thread. The date-picker integration guide is flawed: do not call `this.mounted();` inside `updated` callback, as this will initialize the component multiple times....