Hey, if anyone is wondering how to use Livewire with older jQuery based extensions like DateTimePicker, it’s actually pretty easy in many cases. I have projects where I’m using bootstrap themes, and a very common input for me is a selectpicker The docs give a great writeup of how to do this: Here’s the relevant code from the docs: Basically you need to tell Livewire to ignore your …

