Select script from Limitles Templates breaks Livewire component-view connection
Hi, I hope all of you are well. I have a problem way beyond my capabilities. I found that my upatedFoo method was not working in my Livewire component (the component didn't know when the wired variable changed), but the mount() method was working, so the connection was indeed established. It turns out that this javascript script is the culprit. It is a select with search: https://demo.interface.club/limitless/demo/template/assets/demo/pages/form_select2.js The template: https://demo.interface.club/limitless/demo/template/html/layout_1/full/form_select2.html If I remove the script, the updatedFoo() works, but obviously the select doesn't. I have other scritps from that template, and none caused a problem. Can you help me, please?
Please or to participate in this conversation.